Re: [EMAIL PROTECTED] Apache HTTP server stopped working and was closed

2008-04-05 Thread Ben Okonji
Hi, thanks for your reply. But where I cant find a download for - symbols.zip on the Apache. Can you direct me please? Thanks, Ben. On Thu, Apr 3, 2008 at 7:56 PM, Joshua Slive [EMAIL PROTECTED] wrote: On Thu, Apr 3, 2008 at 11:00 AM, Ben Okonji [EMAIL PROTECTED] wrote: Hi all, I have

[EMAIL PROTECTED] attempt to invoke directory as script:

2008-04-05 Thread ge
Hi, I have following apache2 configuration: ScriptAlias /cgi-bin/bugzilla /usr/lib/cgi-bin/bugzilla ScriptAlias /bugzilla/cgi-bin /usr/lib/cgi-bin/bugzilla DirectoryMatch (/usr/lib/cgi-bin/bugzilla|/usr/lib/cgi-bin/bugzilla/.*) Options +FollowSymLinks

[EMAIL PROTECTED] ForceType, AddType and/or AddModule?

2008-04-05 Thread Chad Jones
I'm brand new to Apache and pretty confused. I hope my question is a simple one. I'd really like to know the fundamental difference between AddModule, AddType and ForceType. I have read the Apache documentation located here: http://httpd.apache.org/docs/2.0/mod/mod_mime.html However

[EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-05 Thread lihao0129
Hi, folks: On my websites, I want links like the following: http://example.com/images/pic.jpg silently grab the image from http://192.168.53.93/images/pic.jpg [internal IP] or http://imgserver.com/images/pic.jpg [external IP] example2.com(192.168.53.93) is a

[EMAIL PROTECTED] Question: RewriteMap and context

2008-04-05 Thread lihao0129
From the Apache mod_rewrite documentation, the RewriteMap should be working under both server config and virtual host. I have the following RewriteMap rules: RewriteMap images txt:/path/to/img.map RewriteRule ^/images/([0-9][0-9][0-9])(.*)$ /multimedias/${images:$1}/$2 [L,PT] which I