Config-Include anhand des Hostnamens

2011-07-29 Thread Reindl Harald
Hi Gibt es irgendeine Möglichkeit in der httpd.conf anahnd des aktuellen Hostname der Maschine also nicht des Requests/Domain-Namens ein unterschiedliches Include einzubinden? Hintergrund ist dass ich an zwie 100% ident konfigurierten Rechnern arbeite die aber bezüglich SSL-Hosts eine andere

[users@httpd] website performance

2011-07-29 Thread Amira Othman
Hi all I need to test web server performance to make sure that everything is going fine. Any suggestions on how to test?? Regards Amira Othman Server Administrator http://www.cairosource.com/ www.cairosource.com 6 EL Nil EL Abyad, Mohandiseen Cairo, Egypt Direct: +2 02 3303

Re: [users@httpd] website performance

2011-07-29 Thread Brent Clark
http://developer.yahoo.com/yslow/ http://getfirebug.com/ HTH Brent - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe,

[users@httpd] mod_proxy_ftp: Wrong HTTP-URLs in FTP directory listing???

2011-07-29 Thread Rene Bartsch
Hi, I want to setup a FTP-HTTP-proxy (bridging between FTP-only fileserver and HTTP-only application). I'm using the 2.2.14-5ubuntu8.4 package on Ubuntu 10.04.2 LTS (mod_proxy and mod_proxy_ftp are enabled). Current config: snip - ProxyRequests

[users@httpd] PHP files not being parsed in HTML pages

2011-07-29 Thread Rob Stone
Hello, I have a working domain on a free LAMP hosting service. I thought it would be a *good idea* if I set up a development environment on my Debian laptop. Followed all the Debian specific stuff about setting it up and copied all my files (html, php, js, css, etc.) into the /var/www

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-29 Thread Darryle Steplight
Trying adding this in your vhost, config file or .htaccess file addHandler x-httpd-php5 .php .htm .html On Sat, Jul 30, 2011 at 12:20 AM, Rob Stone robst...@mira.net wrote: Hello, I have a working domain on a free LAMP hosting service. I thought it would be a *good idea* if I set up a