Register - Login
Views: 99871805
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-04-22 07:16:07 PM
Jul - Computers and Technology - Apache just refuses to serve certain pages New poll - New thread - New reply
Next newer thread | Next older thread
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 1413/5390
EXP: 29079617
For next: 255388

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 343 days
Last activity: 343 days

Posted on 10-26-07 03:42:36 AM; last edit by HyperHacker on 10-26-07 03:45 AM Link | Quote
JL2 - Post #1413 - 10-25-07 10:42:36 PM
Day 95, rank 7; Level 42 (94.8%)
39094/41217 (519239/521362)
GPP: 551; GT: 31.804
This has been bugging me for a while now. Every now and then certain URLs on my server will just not load. The browser will just wait and wait and wait and eventually give a "connection was reset" error. Restarting Apache doesn't help. Eventually it will start serving that URL, but some other one will do it.

Example: index.php links (by <link rel="stylesheet" href="...">) to main.css.php and passes the 'style' parameter to it (so if you load index.php?foo=bar&style=1, it links to main.css.php?style=1). The following URLs all load fine:
index.php
index.php?something=bar
index.php?style=foo&something=bar
index.php?something=bar&style=foo
main.css.php
main.css.php?style=foo
But index.php?style=foo just will not load. WTF? index.php isn't broken, it's not even being executed. I can put a write to a file or a die('blah'); as the very first line and neither of those things will actually happen. I can even just toss another totally random useless parameter in and it will load.

____________________
neotransotaku
Member
wonders why OSX does not come with their version of MSPaint?
Level: 53


Posts: 36/603
EXP: 1084847
For next: 72272

Since: 08-24-07

From: The Landmark @ One Market

Since last post: 2.6 years
Last activity: 42 days

Posted on 10-26-07 05:17:13 AM Link | Quote
How long has this been happening? Perhaps, you need to update your Apache/php? Are you using the windows version of apache? maybe you can build apache/php with cygwin? I trust the original unix versions of programs if they exist than ported ones.
Drag
2640
Level: 99


Posts: 370/2641
EXP: 9991516
For next: 8484

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 10-28-07 07:43:45 AM Link | Quote
Drag's Post #370
Is it only you who's experiencing the problem, or does this occur on any computer you try to access the url with?

____________________
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 1442/5390
EXP: 29079617
For next: 255388

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 343 days
Last activity: 343 days

Posted on 10-28-07 08:09:51 AM Link | Quote
JL2 - Post #NaN - 10-28-07 03:09:51 AM
Day 97, rank 6; Level 43 (45.9%)
20030/43684 (541392/565046)
GPP: 563; GT: 31.200
It happens with my DS and my laptop at school too. Nobody else has mentioned seeing it, but it's not like my website is getting thousands of hits a day.

____________________
Ninji

Birdo
Why did my user title say I'm a toaster anyway
Level: 88


Posts: 108/2014
EXP: 6639502
For next: 11162

Since: 07-26-07

Pronouns: he/him or they/them
From: Glasgow, Scotland

Since last post: 115 days
Last activity: 7 days

Posted on 10-28-07 10:00:57 AM Link | Quote
At the time of writing this post, I had..
Posts: 108 ~ Level: 14 ~ Exp: 10874

index.php?style=foo worked fine for me, except for the background image disappearing and just black showing.

____________________


NSMB Editor 2.2
making awesome SMB remakes since 16/7/07
what? you want a new version already? are you joking?
The "Official" NSMB Hacking Links Page
Nitro Explorer: universal NDS ROM file extracter/inserter


Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 1745/5390
EXP: 29079617
For next: 255388

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 343 days
Last activity: 343 days

Posted on 12-07-07 03:56:56 AM (last edited by HyperHacker at 12-07-07 12:57 AM) Link | Quote
Jul - Post #1745 - 12-06-07 10:56:56pm
There isn't actually a 'foo' style, so yeah. That's just an example, and that page is loading fine today anyway.




So, it's still doing this, and not even just with PHP files. It's been working fine all day and then suddenly I add a line to a CSS file and it won't load anymore. It only loads if I remove the line again, and re-adding it breaks it again. Restarting Apache (which takes about a minute) doesn't fix it. After several tries I get a 404, then on the next try it loads, then after that it stops loading again. I watched in Process Explorer and it opens the file, then closes it after about 5 minutes, but it never actually does load. Firefox has been "loading" the page for half an hour now.

The only thing suspicious in the log file is several lines of this:
[warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
Google suggests adding Win32DisableAcceptEx to the config file, that stopped the messages but didn't fix anything.

____________________
neotransotaku
Member
wonders why OSX does not come with their version of MSPaint?
Level: 53


Posts: 84/603
EXP: 1084847
For next: 72272

Since: 08-24-07

From: The Landmark @ One Market

Since last post: 2.6 years
Last activity: 42 days

Posted on 12-07-07 02:37:34 PM Link | Quote
And you tried to update apache? Apache takes more than 1 minute to start? I have apache compiled from cygwin and it starts up in less than 10 seconds.
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 1751/5390
EXP: 29079617
For next: 255388

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 343 days
Last activity: 343 days

Posted on 12-07-07 04:48:07 PM Link | Quote
Jul - Post #1751 - 12-07-07 11:48:07am
It doesn't take long to start, only to restart when it's doing this.

____________________
Xkeeper

Level: 263


Posts: 3866/25353
EXP: 297182408
For next: 1778045

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 4 days
Last activity: 7 hours

Posted on 12-07-07 04:51:20 PM Link | Quote
Unless you're using Apache-specific features, it might be an idea to try using a different server, like OmniSecure or something.

____________________

Next newer thread | Next older thread
Jul - Computers and Technology - Apache just refuses to serve certain pages New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

29 database queries, 1 query cache hits.
Query execution time: 0.076463 seconds
Script execution time: 0.026670 seconds
Total render time: 0.103133 seconds