Em Tue, Sep 24, 2002 at 08:53:16PM +0100, Chris Hewitt escreveu:
> Andreas Hasenack wrote:
>
> >Someone at the apache list told me that the name would be sapi_apache2.c,
> >because that's where the STANDARD20_MODULE_STUFF define is used. But
> >sapi_apache2.c didn't work either.
> >
> Ah, I didn'
Andreas Hasenack wrote:
>Someone at the apache list told me that the name would be sapi_apache2.c,
>because that's where the STANDARD20_MODULE_STUFF define is used. But
>sapi_apache2.c didn't work either.
>
Ah, I didn't know you meant Apache 2 and windows? I'm going on Apache
1.3.x and linux.
C
Em Tue, Sep 24, 2002 at 11:08:06AM -0400, Paul Nicholson escreveu:
> What exactly is not working?
The directives inside the branches are being ignored. Thus the
include path is not being modified and my application doesn't work. I know,
I can change the application to include the right path, but
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey,
Try this:
AllowOverride None
order deny,allow
Deny from all
Allow from 127.0.0.1
php_flag engine on
php_value include_path ".:/srv/www/default/html/acid/config"
order deny,allow
deny from all
Em Tue, Sep 24, 2002 at 08:59:54AM +0100, Chris Hewitt escreveu:
> It looks fine to me (I'm no expert), but maybe its case sensitive? You
> have rather than . Otherwise perhaps remove the
> completely for a test to see if it is the causing
> the problem.
It's not the IfModule, already tried
Andreas Hasenack wrote:
>What is the right name to use in apache's (2.0.41-dev) IfModule
>directive to test if the php4 module is loaded? I'm including
>the file below via httpd.conf's Include statement but the
>part between the IfModule is being completely ignored:
>
>
>AllowOverride None
>
What is the right name to use in apache's (2.0.41-dev) IfModule
directive to test if the php4 module is loaded? I'm including
the file below via httpd.conf's Include statement but the
part between the IfModule is being completely ignored:
AllowOverride None
order deny,allow
Deny from
7 matches
Mail list logo