1. Hi!

    Date: 04/02/06     Keywords: php, mysql, sql, apache

    I'm new to this community and to Apache. I'm basically trying to install Apache in conjunction with PHP and MySQL, using an online manual about the topic. When it comes to the part about Apache, it only tells me to install Apache according to the instructions on the site, but I couldn't find any installation instructions on the site or in the files I downloaded from the Apache's main site. I found a file titled INSTALL, but it doesn't have an extension and my OS (Windows XP) does not recognize it. I'd appreciate all your suggestions, comments and help as to what I need to do.

    Source: http://community.livejournal.com/apache/31570.html

  2. ErrorDocuments

    Date: 03/19/06     Keywords: html, apache

    I have a directory called "errordocs" just beneath my DocumentRoot.

    I have a .htaccess file also just beneath my DocumentRoot.

    Here's a sample from my .htaccess:

    ErrorDocument 400 /errordocs/400.html
    ErrorDocument 401 /errordocs/401.html
    ErrorDocument 402 /errordocs/402.html
    ErrorDocument 403 /errordocs/403.html
    ErrorDocument 404 /errordocs/404.html


    When I then visit a non-existent page, I still see the default 404 message instead of my custom message.

    Any idea what's going on? I'm using Apache2 on Debian sarge.

    Source: http://community.livejournal.com/apache/31366.html

  3. Apache connection woes

    Date: 03/16/06     Keywords: php, mysql, browser, sql, web, apache

    Hello All

    I'm sorry if this is a painfully stupid question, but I've tried looking everywhere on the interweb for an answer, but to no avail.

    I'm running apache 1.3 in XP at the moment, and am using it as a development server, as I'm currently trying to make and test a little pet project of mine using php and mysql. When I try to connect to the server through a browser (by typing "http:/ /localhost"), it loads the index page fine, but if I try any of the links off of that page, IE insists I connect to the internet, despite the fact they are locally hosted, and are in the htdocs folder. I'm certain the server is running, it just won't let ne access them through a browser. I'm pretty sure It's something blatently obvious, so any help would be greatly appreciated.

    Thankyou greatly

    Sam

    Source: http://community.livejournal.com/apache/31079.html

  4. Unwanted port number in the address bar

    Date: 03/14/06     Keywords: browser, web, apache

    I'm not sure where I should search for the answer on my question, so I decided to ask you guys :-) Thanks in advance for everyone who can help.

    There is a FreeBSD server where an apache is installed. One httpd process is listening to port 80 and works as a proxy for the other httpds which work on a number of virtual hosts. These httpds also listen to some port which shouldn't be shown to the web-sites' visitors.

    In the text of the proxy httpd's httpd.conf we have such a code:


    ServerName megaserver.su
    DocumentRoot /home/megaserversu/www
    ProxyPass / http://www.megahoster.su:32001/
    ProxyPassReverse / http://www.megahoster.ru:32001/
    #CacheRoot "/usr/local/apache/proxy/"


    Then a visitor asks for megaserver.su, the proxy httpd send a request to the corresponding httpd of that site and returns the data as if it have taken if from its own folders. The problem appears when one requests a folder like megaserver.su/superfolder/ - if there is a trailing slash then everything is fine, but if there isn't... it's fine too, except of the address represented by browser that transforms to http://megaserver.su:32001/superfolder/

    Just in case:

    There are such lines in the configs of the proxy and personal httpds:

    LoadModule dir_module libexec/apache2/mod_dir.so
    LoadModule rewrite_module libexec/apache2/mod_rewrite.so

    I understand that I should set somehow that the requests for folders without trailing slash should be treated as the one with it, but which module really does it? I've read the docs on these two modules but couldn't determine how to make it do what I want. Maybe it's better just to rewrite the address string on the proxy httpd using mod_rewrite, is it possible? Which way is better?

    Source: http://community.livejournal.com/apache/30972.html

  5. Wrangling OpenSSL on XP with Apache 2.055

    Date: 03/06/06     Keywords: php, web, apache

    My config:
    Apache_2.0.55-Openssl_0.9.8a-Win32.zip (hunter's build)
    --using mod_ssl.dll
    --using PHP5.1.2
    WinXP

    Error:
    [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.

    More:
    after (supposedly) getting ssl going, i tried accessing my site with http://website.com:443. that worked fine, but didn't initiate ssl stuff. i'd try https://......, i'd get server not found, or error -12281 from firefox. these wouldn't generate any problems in error.log, and server startup would only generate an sslcache complaint. did some research, i guess -DSSL (or lack thereof) was to blame, so i #'d out & . now the server won't start at all and throws that error. i'm guessing it's something wrong with my virtual host setup (i'm not using any virtual hosts outside of SSL config) but i'm not getting it. any ideas?

    Source: http://community.livejournal.com/apache/30569.html

  6. fancy indexing

    Date: 02/22/06     Keywords: apache

    If my httpd.conf has

    AddIconByEncoding (CMP,/apacheicons/compressed.png) x-compress x-gzip

    and also

    AddEncoding x-compress .Z
    AddEncoding x-gzip .gz .tgz


    then why aren't tarballs being listed with compressed.png in my fancy indices?

    Source: http://community.livejournal.com/apache/30297.html

  7. Java Toolkit for Apache Config

    Date: 02/13/06     Keywords: xml, java, web, apache

    Hi all,

    I'm a newbie to apache, my experince doesn't extend much further than .htaccess files. But I want to have a Java API for creating/managing such files.

    Does anyone know of any existing java toolkits/apis?

    I understand that apache configs files can be xml docs too. Managing xml docs (rather text docs) is probably more java friendly, but I don't seem to be able to find much info on xml apache config files. Can anyone suggest something?

    I found a good cgi app written in perl... it's called webmin but I'd like to know if there's a java api

    Thanks in advance.

    Corin.

    Source: http://community.livejournal.com/apache/30066.html

  8. still having problems with apache! :(

    Date: 01/29/06     Keywords: html, web, apache

    I posted here about a month and a half ago about my *issues* with apache.
    It seems that everyone I know basically knows NOTHING about the apache webserver, even the person who originally turned me toward it. So I was hoping I could get some info as to what is going on with the server and why it is having problems.

    I don't know what types of errors I am having or what the errors mean, but I'll just copy and paste the error log here and maybe (crosses fingers, prays, wishes on shooting stars, etc.) someone, anyone, will take a crack at it. I've had this insane problem with apache not working for so long and before that it seemed that everything ran really smoothly so this is really boggling my mind. To refer to my previous post, you can go here: http://community.livejournal.com/apache/27907.html

    here is the error log:

    [Mon Dec 12 17:15:41 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 12 17:15:41 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 12 17:15:42 2005] [notice] Parent: Created child process 4060
    [Mon Dec 12 17:15:42 2005] [notice] Child 4060: Child process is running
    [Mon Dec 12 17:15:42 2005] [notice] Child 4060: Acquired the start mutex.
    [Mon Dec 12 17:15:42 2005] [notice] Child 4060: Starting 250 worker threads.
    [Mon Dec 12 17:29:28 2005] [notice] Parent: Received restart signal -- Restarting the server.
    [Mon Dec 12 17:29:28 2005] [notice] Child 4060: Exit event signaled. Child process is ending.

    [Mon Dec 12 17:29:28 2005] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.

    [Mon Dec 12 17:29:29 2005] [notice] Child 4060: Released the start mutex
    [Mon Dec 12 17:29:30 2005] [notice] Child 4060: Waiting for 250 worker threads to exit.
    [Mon Dec 12 17:29:30 2005] [notice] Child 4060: All worker threads have exited.
    [Mon Dec 12 17:29:30 2005] [notice] Child 4060: Child process is exiting
    [Mon Dec 19 19:51:48 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 19 19:51:48 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 19 19:51:48 2005] [notice] Parent: Created child process 2648
    [Mon Dec 19 19:51:48 2005] [notice] Child 2648: Child process is running
    [Mon Dec 19 19:51:48 2005] [notice] Child 2648: Acquired the start mutex.
    [Mon Dec 19 19:51:48 2005] [notice] Child 2648: Starting 250 worker threads.
    [Sat Dec 24 14:12:32 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sat Dec 24 14:12:33 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Sat Dec 24 14:12:33 2005] [notice] Parent: Created child process 704
    [Sat Dec 24 14:12:33 2005] [notice] Child 704: Child process is running
    [Sat Dec 24 14:12:33 2005] [notice] Child 704: Acquired the start mutex.
    [Sat Dec 24 14:12:33 2005] [notice] Child 704: Starting 250 worker threads.
    [Mon Dec 26 01:51:39 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 01:51:39 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 01:51:40 2005] [notice] Parent: Created child process 1060
    [Mon Dec 26 01:51:40 2005] [notice] Child 1060: Child process is running
    [Mon Dec 26 01:51:40 2005] [notice] Child 1060: Acquired the start mutex.
    [Mon Dec 26 01:51:40 2005] [notice] Child 1060: Starting 250 worker threads.
    [Mon Dec 26 14:32:48 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 14:32:48 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 14:32:48 2005] [notice] Parent: Created child process 1232
    [Mon Dec 26 14:32:48 2005] [notice] Child 1232: Child process is running

    [Mon Dec 26 14:32:48 2005] [notice] Child 1232: Acquired the start mutex.
    [Mon Dec 26 14:32:49 2005] [notice] Child 1232: Starting 250 worker threads.
    [Mon Dec 26 16:29:13 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 16:29:13 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 16:29:13 2005] [notice] Parent: Created child process 1228
    [Mon Dec 26 16:29:13 2005] [notice] Child 1228: Child process is running
    [Mon Dec 26 16:29:13 2005] [notice] Child 1228: Acquired the start mutex.
    [Mon Dec 26 16:29:14 2005] [notice] Child 1228: Starting 250 worker threads.
    [Mon Dec 26 16:35:13 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 16:35:13 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 16:35:13 2005] [notice] Parent: Created child process 1244
    [Mon Dec 26 16:35:13 2005] [notice] Child 1244: Child process is running
    [Mon Dec 26 16:35:13 2005] [notice] Child 1244: Acquired the start mutex.
    [Mon Dec 26 16:35:13 2005] [notice] Child 1244: Starting 250 worker threads.
    [Mon Dec 26 18:55:33 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 18:55:33 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 18:55:33 2005] [notice] Parent: Created child process 1376
    [Mon Dec 26 18:55:33 2005] [notice] Child 1376: Child process is running
    [Mon Dec 26 18:55:34 2005] [notice] Child 1376: Acquired the start mutex.
    [Mon Dec 26 18:55:34 2005] [notice] Child 1376: Starting 250 worker threads.

    [Wed Dec 28 15:14:34 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Wed Dec 28 15:14:34 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Wed Dec 28 15:14:34 2005] [notice] Parent: Created child process 616
    [Wed Dec 28 15:14:35 2005] [notice] Child 616: Child process is running
    [Wed Dec 28 15:14:35 2005] [notice] Child 616: Acquired the start mutex.
    [Wed Dec 28 15:14:35 2005] [notice] Child 616: Starting 250 worker threads.

    [Wed Dec 28 15:20:14 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Wed Dec 28 15:20:14 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Wed Dec 28 15:20:14 2005] [notice] Parent: Created child process 720
    [Wed Dec 28 15:20:15 2005] [notice] Child 720: Child process is running
    [Wed Dec 28 15:20:15 2005] [notice] Child 720: Acquired the start mutex.
    [Wed Dec 28 15:20:15 2005] [notice] Child 720: Starting 250 worker threads.


    [Thu Dec 29 11:03:40 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.

    [Thu Dec 29 11:03:45 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
    [Thu Dec 29 11:03:48 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
    [Thu Dec 29 11:03:52 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
    [Thu Dec 29 11:03:52 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.

    [Fri Dec 30 03:14:52 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.



    [Sat Dec 31 16:14:15 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Sat Dec 31 16:14:15 2005] [notice] Parent: Created child process 708
    [Sat Dec 31 16:14:15 2005] [notice] Child 708: Child process is running
    [Sat Dec 31 16:14:15 2005] [notice] Child 708: Acquired the start mutex.
    [Sat Dec 31 16:14:16 2005] [notice] Child 708: Starting 250 worker threads.
    [Sun Jan 01 17:00:25 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Sun Jan 01 17:00:25 2006] [notice] Child 708: Exit event signaled. Child process is ending.
    [Sun Jan 01 17:00:26 2006] [notice] Child 708: Released the start mutex
    [Sun Jan 01 17:00:27 2006] [notice] Child 708: Waiting for 250 worker threads to exit.
    [Sun Jan 01 17:00:27 2006] [notice] Child 708: All worker threads have exited.
    [Sun Jan 01 17:00:27 2006] [notice] Child 708: Child process is exiting
    [Sun Jan 01 17:00:28 2006] [notice] Parent: Child process exited successfully.
    [Sun Jan 01 17:00:32 2006] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sun Jan 01 17:00:32 2006] [notice] Server built: Oct 9 2005 19:16:56
    [Sun Jan 01 17:00:32 2006] [notice] Parent: Created child process 9200
    [Sun Jan 01 17:00:32 2006] [notice] Child 9200: Child process is running
    [Sun Jan 01 17:00:32 2006] [notice] Child 9200: Acquired the start mutex.
    [Sun Jan 01 17:00:32 2006] [notice] Child 9200: Starting 250 worker threads.
    [Sat Jan 07 03:06:52 2006] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sat Jan 07 03:06:52 2006] [notice] Server built: Oct 9 2005 19:16:56
    [Sat Jan 07 03:06:52 2006] [notice] Parent: Created child process 572
    [Sat Jan 07 03:06:53 2006] [notice] Child 572: Child process is running
    [Sat Jan 07 03:06:53 2006] [notice] Child 572: Acquired the start mutex.
    [Sat Jan 07 03:06:53 2006] [notice] Child 572: Starting 250 worker threads.
    [Sun Jan 22 18:30:36 2006] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sun Jan 22 18:30:37 2006] [notice] Server built: Oct 9 2005 19:16:56
    [Sun Jan 22 18:30:37 2006] [notice] Parent: Created child process 2248
    [Sun Jan 22 18:30:38 2006] [notice] Child 2248: Child process is running
    [Sun Jan 22 18:30:38 2006] [notice] Child 2248: Acquired the start mutex.
    [Sun Jan 22 18:30:39 2006] [notice] Child 2248: Starting 250 worker threads.

    Source: http://community.livejournal.com/apache/29753.html

  9. mod_rewrite to utf8 url

    Date: 01/20/06     Keywords: php, software

    My site's software produces and handles urls in the form

    http://www.wikiznanie.ru/wiki/index.php/xxx

    (the translation from the form above into http://www.wikiznanie.ru/wiki/index.php?title=xxx is transparent)

    Now what I need is when a vistor ask for a root document - he gets the same page as http://www.wikiznanie.ru/wiki/index.php/xyz without any redirects (internal or external). The problem is tha xyz - is actually a utf-8 url-encoded string and when I use the rule

    RewriteRule ^/$ /index.php/%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_ [PT,NE]

    the resulting requested page (utf8) url is distorded.

    What should I do? Is there a way to get through mod_rewrite with an utf-8 url-encoded string in it's original form?

    Source: http://community.livejournal.com/apache/29480.html

  10. Apache's connections

    Date: 01/11/06     Keywords: apache

    Hey all :)

    I was wondering if clients maintain an active connection to apache as long as they are viewing the hosted site.
    More specifically, does Apache know when a client leaves the site, either through sudden connection failure, or change of browsing direction?

    Any insight would be much appreciated.

    Thanks in advance.

    Source: http://www.livejournal.com/community/apache/29330.html

  11. Apache's connections

    Date: 01/11/06     Keywords: apache

    Hey all :)

    I was wondering if clients maintain an active connection to apache as long as they are viewing the hosted site.
    More specifically, does Apache know when a client leaves the site, either through sudden connection failure, or change of browsing direction?

    Any insight would be much appreciated.

    Thanks in advance.

    Source: http://community.livejournal.com/apache/29330.html

  12. multiple mod_perl

    Date: 01/11/06     Keywords: apache

    Can I have an Apache1/mod_perl1 installation coexisting with an Apache2/mod_perl2 installation?

    Source: http://www.livejournal.com/community/apache/28932.html

  13. multiple mod_perl

    Date: 01/11/06     Keywords: apache

    Can I have an Apache1/mod_perl1 installation coexisting with an Apache2/mod_perl2 installation?

    Source: http://community.livejournal.com/apache/28932.html

  14. Mac OS/X Apache question.

    Date: 12/15/05     Keywords: apache

    I have a developer at the office, who's trying to send files via a Perl module for creating Excel spreadsheets through an SSL site. Smaller files seem to work fine. But the second a file that's around a meg or so gets generated? It "times out" at 64k. He is *convinced* this is an Apache issue. We're using, as far as I know, stock Apache on OS/X Tiger 10.4.2.

    What caveats should I be looking for in the configuration files? Apparently the perl developer of the module is convinced it's not his issue, as he has OS/X, same version, and it works fine. The developer is pulling his hair out over this. Nothing, that I can see, in the conf file, looks wrong or weird, so I figured maybe someone here might have a clue as to what may be going on?

    Thanks in advance!

    Source: http://www.livejournal.com/community/apache/28767.html

  15. Mac OS/X Apache question.

    Date: 12/15/05     Keywords: apache

    I have a developer at the office, who's trying to send files via a Perl module for creating Excel spreadsheets through an SSL site. Smaller files seem to work fine. But the second a file that's around a meg or so gets generated? It "times out" at 64k. He is *convinced* this is an Apache issue. We're using, as far as I know, stock Apache on OS/X Tiger 10.4.2.

    What caveats should I be looking for in the configuration files? Apparently the perl developer of the module is convinced it's not his issue, as he has OS/X, same version, and it works fine. The developer is pulling his hair out over this. Nothing, that I can see, in the conf file, looks wrong or weird, so I figured maybe someone here might have a clue as to what may be going on?

    Thanks in advance!

    Source: http://community.livejournal.com/apache/28767.html

  16. Securing webpages with Apache 2.0

    Date: 12/15/05     Keywords: web, google, apache

    Ok, I got the virtual hosts working. Now I'm wanting to set up a secure server. I've tried google and the apache website, and it's all seeming rather confusing and beyond what I need. I'm not worried about things like man in the middle attacks or anything like that, so certificates arn't needed. All I want to do is make a site encrypted, basicly https.

    How do I go about doing this?

    Source: http://www.livejournal.com/community/apache/28492.html

  17. Securing webpages with Apache 2.0

    Date: 12/15/05     Keywords: web, google, apache

    Ok, I got the virtual hosts working. Now I'm wanting to set up a secure server. I've tried google and the apache website, and it's all seeming rather confusing and beyond what I need. I'm not worried about things like man in the middle attacks or anything like that, so certificates arn't needed. All I want to do is make a site encrypted, basicly https.

    How do I go about doing this?

    Source: http://community.livejournal.com/apache/28492.html

  18. Help with virtual hosts

    Date: 12/15/05     Keywords: no keywords

    Ok, I'm trying to set up domain based virtual hosts on my system. Now this seemed like it should be rather easy, which is why I'm confused why it's not working. What happens is the first host listed gets displayed for everything, no matter what I try to do. If I swap the order, than that gets displayed.



    # Named VirtualHosts

    NameVirtualHost *

    #[VirtualHost *]

    #ServerName www.zenten.ca
    #ServerAlias zenten.ca
    #DocumentRoot /home/waterspyder/www
    #[/VirtualHost]

    [VirtualHost *]
    ServerName waterspyder.zenten.ca
    DocumentRoot /home/waterspyder/waterspyder
    [/VirtualHost]

    [VirtualHost *]
    ServerName icarian.zenten.ca
    DocumentRoot /home/waterspyder/icarian
    [/VirtualHost]



    The one line is commented out just so I can get the default page I want showing up, if I remove the comments then it serves pages from /home/waterspyder/www. I replaced the greater and less than symbols for this post with [ and ] so it will show up properly here.

    Any help would be appreciated.

    Source: http://www.livejournal.com/community/apache/28392.html

  19. Help with virtual hosts

    Date: 12/15/05     Keywords: no keywords

    Ok, I'm trying to set up domain based virtual hosts on my system. Now this seemed like it should be rather easy, which is why I'm confused why it's not working. What happens is the first host listed gets displayed for everything, no matter what I try to do. If I swap the order, than that gets displayed.



    # Named VirtualHosts

    NameVirtualHost *

    #[VirtualHost *]

    #ServerName www.zenten.ca
    #ServerAlias zenten.ca
    #DocumentRoot /home/waterspyder/www
    #[/VirtualHost]

    [VirtualHost *]
    ServerName waterspyder.zenten.ca
    DocumentRoot /home/waterspyder/waterspyder
    [/VirtualHost]

    [VirtualHost *]
    ServerName icarian.zenten.ca
    DocumentRoot /home/waterspyder/icarian
    [/VirtualHost]



    The one line is commented out just so I can get the default page I want showing up, if I remove the comments then it serves pages from /home/waterspyder/www. I replaced the greater and less than symbols for this post with [ and ] so it will show up properly here.

    Any help would be appreciated.

    Source: http://community.livejournal.com/apache/28392.html

  20. major apache issues!

    Date: 12/13/05     Keywords: virus, web, google, apache

    Hello, I just joined this fine community...actually it's quite an amazing coincidence that I found it right when my Apache server is having terrible problems.
    I haven't had problems with it up until recently, but lately it has just been really misbehaving on me! Normally I have one of my friends help me with it but he's really busy so hopefully someone here can be of service.

    Here it goes:

    I got a new computer (an emachine with Windows xp Media Edition) a few months ago and ran Apache on it just perfectly. I was all set to start working on a new layout for my web page when something weird happened with Comcast: they actually kicked me offline for having a virus! I never knew comcast could do that...so I had to go to Best Buy where they swept my entire computer clean and reinstalled all the things the machine came with. Luckily I had back up files of most of my pics and such...but not of Apache of course.

    So I had to re-install Apache from its website. This is around where the trouble started.
    When I re-installed it, I followed the guidelines that my friend (who has always helped in the past) had written down for me in previous emails. I had saved the emails so that I could refer to them later in case of such things.
    I installed Apache 2.0.55, or as the actual file is read: apache_2.0.55-win32-x86-no_ssl.msi to my desktop and then ran the file.
    I typed in my information correctly (I even double and triple checked that!), and then continued to install...and Apache ran perfectly fine.

    Then, of course, I had to go to the C:\Program Files\Apache Group\Apache2\conf file and modify the httpd.conf file. I copy and pasted what was in an email I received from my friend, which has always been correct in the past and which, previously, I have had NO problem with AT ALL.

    However, when I restarted Apache, I got the following message: "The requested operation has failed!"
    It hasn't started since then. *cries*

    I have tried to do the following to remedy (and possibly understand) what is going on:

    1. I tested the Apache Server Configuration
    when I did this, it said that there was an error on line 15 of the httpd.conf file. I checked line 15 and didn't see anything out of order, but I was also unsure of what I was looking for, so that didn't much help.

    2. I checked the Error Log File
    when I did this, this message (among message that were not errors or problems) came up:
    [Mon Dec 12 17:29:28 2005] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.

    What exactly does this mean? I had no clue...

    3. I searched for the words "Asynchronous AcceptEx" on google and came up with a few sites that I thought might explain what was going on, but mostly they were just a bunch of people talking about similar problems, rather than a solution to the problem.


    Sooo...I still remain lost and need help!
    If anyone knows anything about this or has suggestions please let me know. This has been going on for about a month now and I am not a person with money (being a college kid and all), so I can't just have my domain name sit here being unused.
    :(

    Thanks to anyone who can help me!

    Source: http://www.livejournal.com/community/apache/27907.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home