Re: [users@httpd] Apache is Slow

2015-03-30 Thread Marcos Almeida Azevedo
On Mon, Mar 30, 2015 at 11:51 AM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: Dear List - When I call another page in PHP, Apache can take 5 to 10 minutes to open the page. Example: script type=text/javascript !--

[users@httpd] 回覆︰ AW: [users@httpd] Apache default page not displayed [wd-vc]

2015-03-30 Thread Stephen Liu
Hi, $ locate httpd.conf /etc/phpmyadmin/lighttpd.conf no such file? $ cat /etc/phpmyadmin/lighttpd.conf | grep DocumentRoot No printout Thanks Regards Stephen L Bremser, Kurt (AMOS Austria GmbH) kurt.brem...@allianz.at 於 2015年03月30日 (週一) 5:08 PM 寫道﹕ #yiv9938440916

[users@httpd] Apache default page not displayed

2015-03-30 Thread Stephen Liu
Hi all, OS - LinuxMint 17 Not displaying Apache2 default page - It Works Apache2 is running # /etc/init.d/apache2 start* Starting web server apache2 ls /var/www/ ballet  classic  hymn    info.php  string bible   html index.html  opera wordpress html is a directory 

AW: [users@httpd] Apache default page not displayed [wd-vc]

2015-03-30 Thread Bremser, Kurt (AMOS Austria GmbH)
Where does DocumentRoot in your httpd.conf point to? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Stephen Liu [sati...@yahoo.com.INVALID] Gesendet: Montag, 30. März 2015 11:01 An: users@httpd.apache.org Betreff:

Re: [users@httpd] Apache is Slow

2015-03-30 Thread Eric Covener
On Sun, Mar 29, 2015 at 11:51 PM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: When I call another page in PHP, Apache can take 5 to 10 minutes to open the page. Example: script type=text/javascript !--

Re: [users@httpd] Apache default page not displayed [wd-vc]

2015-03-30 Thread Richard
You might want to use the find command to locate your apache httpd.conf. I don't know about Ubuntu, but on many OS distributions, the apache configuration files are in /etc/httpd . Try putting your index.html file down a level, in /var/www/html, that's generally the default document root. [but

Re: [users@httpd] Strange results with using Apache to compress dynamic content - Seeking explanations

2015-03-30 Thread Injam, Nishanth
Bouncing Any answers? Would appreciate some insight into this. Thanks, Nishanth From: Injam, Nishanth nin...@tribpub.commailto:nin...@tribpub.com Reply-To: users@httpd.apache.orgmailto:users@httpd.apache.org users@httpd.apache.orgmailto:users@httpd.apache.org Date: Thursday, March 26, 2015 at

[users@httpd] 回覆︰ [users@httpd] Apache default page not displayed [wd-vc]

2015-03-30 Thread Stephen Liu
Hi Richard, Thanks for your advice. There is no httpd.conf in Mint 17.  The config file is /etc/apache2/apache2.conf # cat /etc/apache2/apache2.conf PidFile ${APACHE_PID_FILE} Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 5 # These need to be set in /etc/apache2/envvars

Re: [users@httpd] Apache is Slow

2015-03-30 Thread Ethan Rosenberg
On 03/30/2015 03:26 AM, Marcos Almeida Azevedo wrote: On Mon, Mar 30, 2015 at 11:51 AM, Ethan Rosenberg erosenb...@hygeiabiomedical.com mailto:erosenb...@hygeiabiomedical.com wrote: Dear List - When I call another page in PHP, Apache can take 5 to 10 minutes to open the page.

Re: [users@httpd] Apache is Slow

2015-03-30 Thread Ethan Rosenberg
On 03/30/2015 09:39 AM, Eric Covener wrote: On Sun, Mar 29, 2015 at 11:51 PM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: When I call another page in PHP, Apache can take 5 to 10 minutes to open the page. Example: script type=text/javascript !--

Re: [users@httpd] Scriptalias redirect not working on ubuntu 14.04

2015-03-30 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [150330 17:56]: On ubuntu 14.04, I have made the following modifications to What else to I need to do? thanks I should had added that it appears that cgi-bin may be be enabled at all. If I set the ScriptAlias value back to the default -

[users@httpd] Scriptalias redirect not working on ubuntu 14.04

2015-03-30 Thread Tim Johnson
On ubuntu 14.04, I have made the following modifications to /etc/apache2/conf-available : [code begins] IfModule mod_alias.c IfModule mod_cgi.c Define ENABLE_USR_LIB_CGI_BIN /IfModule IfModule mod_cgid.c Define ENABLE_USR_LIB_CGI_BIN /IfModule IfDefine