Hi,
I've tried several different .htacces file and these are the results I am getting:
Order Deny,Allow
Deny from all
Allow from x.x.x.x
Denies everyone.
Order Deny,Allow
Allow from all
Deny from x.x.x.x
Allows every one.
Almost like it doesn't recognize the IP Address. This is an internal website and all of our machines have their IP Addresses hard coded.
Apachectl configtest returns this:
Processing config directory: /etc/httpd/sites/*.conf
Processing config file: /etc/httpd/sites/mysite.conf
Processing config file: /etc/httpd/sites/virtual_host_global.conf
[Fri Feb 17 08:25:46 2006] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Syntax OK
This is what my erro_log looks like:
Processing config directory: /etc/httpd/sites/*.conf
Processing config file: /etc/httpd/sites/mysite.conf
Processing config file: /etc/httpd/sites/virtual_host_global.conf
[Fri Feb 17 05:31:41 2006] [alert] httpd: Could not determine the server's ful$
[Fri Feb 17 05:31:44 2006] [notice] Apache/1.3.33 (Darwin) mod_ssl/2.8.24 Open$
[Fri Feb 17 05:31:44 2006] [notice] Accept mutex: flock (Default: flock)
Thanks for your help
Mickey
I've tried several different .htacces file and these are the results I am getting:
Order Deny,Allow
Deny from all
Allow from x.x.x.x
Denies everyone.
Order Deny,Allow
Allow from all
Deny from x.x.x.x
Allows every one.
Almost like it doesn't recognize the IP Address. This is an internal website and all of our machines have their IP Addresses hard coded.
Apachectl configtest returns this:
Processing config directory: /etc/httpd/sites/*.conf
Processing config file: /etc/httpd/sites/mysite.conf
Processing config file: /etc/httpd/sites/virtual_host_global.conf
[Fri Feb 17 08:25:46 2006] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Syntax OK
This is what my erro_log looks like:
Processing config directory: /etc/httpd/sites/*.conf
Processing config file: /etc/httpd/sites/mysite.conf
Processing config file: /etc/httpd/sites/virtual_host_global.conf
[Fri Feb 17 05:31:41 2006] [alert] httpd: Could not determine the server's ful$
[Fri Feb 17 05:31:44 2006] [notice] Apache/1.3.33 (Darwin) mod_ssl/2.8.24 Open$
[Fri Feb 17 05:31:44 2006] [notice] Accept mutex: flock (Default: flock)
Thanks for your help
Mickey