logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Fresh build of Apache 2.4 (x64) + PHP 5.4 - Dun work locally
Author
Triple_Nothing



Joined: 01 Apr 2012
Posts: 39
Location: WI, USA

PostPosted: Sun 01 Apr '12 22:45    Post subject: Fresh build of Apache 2.4 (x64) + PHP 5.4 - Dun work locally Reply with quote

Base layout. I was just going to update for my customers, but decided a fresh start. I am now running as follows:
Apache 2.4 (x64)
PHP 5.4 (x32) via FastCGI (module fcgid_mod)

Issues seem to only be in reference to PHP. I did add ExecCGI to offer permission to correct my recent Access Denied or Permission issue.
I can get the first address to instantly pop up if it is my first destination, but not if I refresh or attempt after the 2nd link.
The second address seems to just go on and on without a time-out n never respond.

I was thinking this is just my testing since I do so much during initial installs/configs. Can anyone let me know if the links work or not for you?

Works at first: http://www.hellzoneinc.com/info.php

Doesn't: http://pma.hellzoneinc.com/
or
http://www.kissingerapplianceandtv.com/

If anyone wishes to take a look, this is my httpd.conf file.

http://www.hellzoneinc.com/httpd.txt


Last edited by Triple_Nothing on Tue 03 Apr '12 0:46; edited 1 time in total
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3055
Location: Hilversum, NL, EU

PostPosted: Sun 01 Apr '12 23:45    Post subject: Reply with quote

I read your post over and over. I do not understand your issue.

From here all your links are working fine, also after a few refresh's.


Steffen
Back to top
Triple_Nothing



Joined: 01 Apr 2012
Posts: 39
Location: WI, USA

PostPosted: Mon 02 Apr '12 22:24    Post subject: Reply with quote

Hmmm... If the links work for everyone, it must be an internal issue here. Odd. The only link working for me is the info.php one, and only the first time accessing it with the browser. I guess as long as the links work fine for everyone external, I can suffer for a bit til I figure it out. ^_^
Back to top
Triple_Nothing



Joined: 01 Apr 2012
Posts: 39
Location: WI, USA

PostPosted: Tue 03 Apr '12 0:49    Post subject: Reply with quote

I guess ideas my help. :-/ External users appear to have no issue. The few sites I've tested work fine directly on the server. The info.php is the only one to display to any client computers on the network the server is on. This all used to work before the update, and I'm thinking maybe PHP-related, but no for-sure answers yet.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3055
Location: Hilversum, NL, EU

PostPosted: Tue 03 Apr '12 18:56    Post subject: Reply with quote

Any clue in the apache log, php log or windows event viewer ?

You van try:

AcceptFilter http none
EnableSendfile Off
EnableMMAP off

Steffen
Back to top
Triple_Nothing



Joined: 01 Apr 2012
Posts: 39
Location: WI, USA

PostPosted: Tue 03 Apr '12 23:00    Post subject: Reply with quote

Logs were all crystal clean.

Hmmm... Adding just the AcceptFilter item was enough to get it all working for even the local clients. I greatly appreciate your help. What exactly did this do? The Apache document doesn't seem to define this all too much. :-/
Back to top


Reply to topic   Topic: Fresh build of Apache 2.4 (x64) + PHP 5.4 - Dun work locally View previous topic :: View next topic
Post new topic   Forum Index -> Other Software