This is a discussion on upgrading a webserver from RH 9 to Fedora Core 5 -- apache 2.2 -- problems with the httpd.conf within the Apache Web Server forums, part of the Web Server and Related Forums category; problems with the httpd.conf that worked on the RH 9 server are as follows: 'order' not recognized order allow,...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
problems with the httpd.conf that worked on the RH 9 server are as
follows: 'order' not recognized order allow,deny allow from all 'userdir' not recognized The reason for all of this: server side redirects and .htaccess security on a per-directory basis are required on the new server. It was working on the old server. Can anybody help? I need to reconfigure the httpd.conf sometime this weekend. |
|
|||
|
Additonal detail: GoLive was used to set up the RH 9 server. The new
one, Fedora Core 5, is PHP. stan wrote: > problems with the httpd.conf that worked on the RH 9 server are as > follows: > > 'order' not recognized > > order allow,deny > allow from all > > 'userdir' not recognized > > The reason for all of this: server side redirects and .htaccess > security on a per-directory basis are required on the new server. It > was working on the old server. > > Can anybody help? I need to reconfigure the httpd.conf sometime this > weekend. |