mod_cgi.c revision 7184de27ec1d62a83c41cdeac0953ca9fd661e8c
842ae4bd224140319ae7feec1872b93dfd491143fielding/* Licensed to the Apache Software Foundation (ASF) under one or more
842ae4bd224140319ae7feec1872b93dfd491143fielding * contributor license agreements. See the NOTICE file distributed with
842ae4bd224140319ae7feec1872b93dfd491143fielding * this work for additional information regarding copyright ownership.
842ae4bd224140319ae7feec1872b93dfd491143fielding * The ASF licenses this file to You under the Apache License, Version 2.0
842ae4bd224140319ae7feec1872b93dfd491143fielding * (the "License"); you may not use this file except in compliance with
842ae4bd224140319ae7feec1872b93dfd491143fielding * the License. You may obtain a copy of the License at
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe *
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * http://www.apache.org/licenses/LICENSE-2.0
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe *
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * Unless required by applicable law or agreed to in writing, software
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * distributed under the License is distributed on an "AS IS" BASIS,
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * See the License for the specific language governing permissions and
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * limitations under the License.
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe */
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh/*
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh * http_script: keeps all script-related ramblings together.
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh *
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh * Compliant to CGI/1.1 spec
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh *
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe * Adapted by rst from original NCSA code by Rob McCool
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe *
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe * Apache adds some new env vars; REDIRECT_URL and REDIRECT_QUERY_STRING for
6001c2b751ba380362e79f6882c7c59dd66ea077wrowe * custom error responses, and DOCUMENT_ROOT because we found it useful.
6001c2b751ba380362e79f6882c7c59dd66ea077wrowe * It also adds SERVER_ADMIN - useful for scripts to know who to mail when
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe * they fail.
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe */
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe#include "apr.h"
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe#include "apr_strings.h"
17ee2267021fa8500d54a0af18ed8c2930a19a8dwrowe#include "apr_thread_proc.h" /* for RLIMIT stuff */
Error!

 

There was an error!

null

java.lang.NullPointerException