Re: [EMAIL PROTECTED] apache rewritecond spits out "http://blah.com//whatever". double slashes?

2006-12-30 Thread Aplus Dedicated Support, Jarrod Overson
Disclaimer (and a big one at that), i have never used mod_rewrite before but if the problem is that you continuously grab a forward slash prefix then you can just place that outside the regex group that is to be backreferenced, for example RewriteRule ^/(.*)$ http://domain.com$1 [R=301,L]

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Aplus Dedicated Support, Jarrod Overson
There might be no reference to any ssl.conf in the httpd.conf, it may be that the whole conf.d directory is included with something like Include /path/to/conf.d/*.conf Serge Dubrouski wrote: Look into your httpd.conf file. 1. You can have Include ssl.conf or conf/extra/httpd_ssl.conf or some

[EMAIL PROTECTED] ErrorDocument directive for 500 errors not displaying full content

2006-12-27 Thread Aplus Dedicated Support, Jarrod Overson
Apache 2.2.2 was having problems displaying content for 'error 500' responses (either it would not display anything, or it would display the data output as plaintext) so i upgraded to 2.2.3 and now, at least, i am getting apache to consistently display data but it always sends a content-length