1. 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://community.livejournal.com/apache/27907.html

  2. mod_jk vs mod_proxy_ajp

    Date: 12/06/05     Keywords: apache

    Now that Apache 2.2 is out with AJP support built in, should I use it or continue using mod_jk? What's the difference? What are the benefits either way?

    Any info appreciated. I'm just working on setting up Apache+JOnAS now, and I'd like to launch with the most current version.

    x-posted

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

  3. mod_jk vs mod_proxy_ajp

    Date: 12/06/05     Keywords: apache

    Now that Apache 2.2 is out with AJP support built in, should I use it or continue using mod_jk? What's the difference? What are the benefits either way?

    Any info appreciated. I'm just working on setting up Apache+JOnAS now, and I'd like to launch with the most current version.

    x-posted

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

  4. name based virtual hosts, suse

    Date: 12/04/05     Keywords: php, html, web, yahoo, google, apache

    I am beginning to work on multiple sites on my home test server and need to set up virtual hosts. 

    My server is running SuSE 10 with Apache 2, and is accessed by typing in "talon" in firefox's address bar.  I copied vhosts.template to site1.conf and edited it as follows:



    Next I opened /etc/hosts and edited as follows:



    Then, rcrestart apache2.... ok.

    And here is where I am stumped..  (and btw I googled the bit about /etc/hosts - i'm not sure if that's how it should be).    If I type in http://talon/site1 Apache says page can't be found.  If I try http://site1 page can't be found.    My site1 files exist in the DocumentRoot listed in the site1.conf file above. 

    I also read through apache's documentation on virtual hosts but the way they explained it didn't make as much sense to me. 

    Thanks for any and all help.. I've wanted to learn vhosts for some time now. 

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

  5. name based virtual hosts, suse

    Date: 12/04/05     Keywords: php, html, web, yahoo, google, apache

    I am beginning to work on multiple sites on my home test server and need to set up virtual hosts. 

    My server is running SuSE 10 with Apache 2, and is accessed by typing in "talon" in firefox's address bar.  I copied vhosts.template to site1.conf and edited it as follows:



    Next I opened /etc/hosts and edited as follows:



    Then, rcrestart apache2.... ok.

    And here is where I am stumped..  (and btw I googled the bit about /etc/hosts - i'm not sure if that's how it should be).    If I type in http://talon/site1 Apache says page can't be found.  If I try http://site1 page can't be found.    My site1 files exist in the DocumentRoot listed in the site1.conf file above. 

    I also read through apache's documentation on virtual hosts but the way they explained it didn't make as much sense to me. 

    Thanks for any and all help.. I've wanted to learn vhosts for some time now. 

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

  6. reverse proxy

    Date: 11/29/05     Keywords: apache

    Can anyone point me to a good tutorial on how to setup and use Apache2 as a reverse proxy? I need to run an Apache1 instance for some legacy stuff, but most of my sites are currently quite happy with Apache2. I'd like to know if (and how) I can run Apache1 on a different port of the same box but have that be completely transparent to any visitors, thanks to the reverse proxy. Ideally I could have Apache2 serve the binaries (images) for this legacy site, but if Apache1 has to do it all (for that site) that's fine. From the reading I've done it seems I'll need to use mod_rewrite to do this, but that scares me a bit, as it seems very complex.

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

  7. reverse proxy

    Date: 11/29/05     Keywords: apache

    Can anyone point me to a good tutorial on how to setup and use Apache2 as a reverse proxy? I need to run an Apache1 instance for some legacy Perl stuff that's not upgraded for Ap2, but most of my sites are currently quite happy with Ap2. I'd like to know if (and how) I can run Ap1 on a different port of the same box but have that be completely transparent to any visitors, thanks to the reverse proxy. Ideally I could have Ap2 serve the static files (images, stylesheets) for this legacy site, but if Ap1 has to do it all (for that site) that's fine. From the reading I've done it seems I'll need to use mod_rewrite to do this, but that scares me a bit, as it seems very complex.

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

  8. apache 2 problems

    Date: 11/26/05     Keywords: apache

    This has annoyed me for a while and need your help.

    apache2 install on debian.

    In /etc/apache2/sites-available I have two files which has this:

    < = [ and > = ]

    file1

    NameVirtualHost 12.34.56.789
    Options +ExecCGI

    [VirtualHost www.adomain1.com]
    DocumentRoot /home/domains/adomain1.com/www
    ServerName www.adomain1.com
    ErrorLog /home/domains/adomain1.com/logs/www-error.log
    CustomLog /home/domains/adomain1.com/logs/www-access.log combined
    [/VirtualHost]

    [VirtualHost adomain1.com]
    DocumentRoot /home/domains/adomain1.com/www
    ServerName adomain1.com
    ErrorLog /home/domains/adomain1.com/logs/www-error.log
    CustomLog /home/domains/adomain1.com/logs/www-access.log combined
    [/VirtualHost]

    file2

    [VirtualHost www.adomain2.com]
    DocumentRoot /home/domains/adomain2.com/www
    ServerName www.adomain2.com
    ErrorLog /home/domains/adomain2.com/logs/www-error.log
    CustomLog /home/domains/adomain2.com/logs/www-access.log combined
    [/VirtualHost]

    [VirtualHost adomain2.com]
    DocumentRoot /home/domains/adomain2.com/www
    ServerName adomain2.com
    ErrorLog /home/domains/adomain2.com/logs/www-error.log
    CustomLog /home/domains/adomain2.com/logs/www-access.log combined
    [/VirtualHost]

    When I start apache, I get this error message:

    [Sat Nov 26 15:44:46 2005] [warn] VirtualHost www.domain1.com:0 overlaps with VirtualHost www.domain2.com:0, the first has precedence, perhaps you need a NameVirtualHost directive

    I use one IP address to hold more than one domain.

    When I remove the bits that doesn't have the 'www' entry, it works fine. But I don't want that as people who go to a site without the 'www' bit will be redirected to a different page.

    Is there any easier way to do this - getting people to visit the same, via http://www.adomain1.com and http://adomain1.com to one page and http://www.adomain2.com and http://adomain2.com to another page?

    Thanks.

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

  9. apache 2 problems

    Date: 11/26/05     Keywords: apache

    This has annoyed me for a while and need your help.

    apache2 install on debian.

    In /etc/apache2/sites-available I have two files which has this:

    < = [ and > = ]

    file1

    NameVirtualHost 12.34.56.789
    Options +ExecCGI

    [VirtualHost www.adomain1.com]
    DocumentRoot /home/domains/adomain1.com/www
    ServerName www.adomain1.com
    ErrorLog /home/domains/adomain1.com/logs/www-error.log
    CustomLog /home/domains/adomain1.com/logs/www-access.log combined
    [/VirtualHost]

    [VirtualHost adomain1.com]
    DocumentRoot /home/domains/adomain1.com/www
    ServerName adomain1.com
    ErrorLog /home/domains/adomain1.com/logs/www-error.log
    CustomLog /home/domains/adomain1.com/logs/www-access.log combined
    [/VirtualHost]

    file2

    [VirtualHost www.adomain2.com]
    DocumentRoot /home/domains/adomain2.com/www
    ServerName www.adomain2.com
    ErrorLog /home/domains/adomain2.com/logs/www-error.log
    CustomLog /home/domains/adomain2.com/logs/www-access.log combined
    [/VirtualHost]

    [VirtualHost adomain2.com]
    DocumentRoot /home/domains/adomain2.com/www
    ServerName adomain2.com
    ErrorLog /home/domains/adomain2.com/logs/www-error.log
    CustomLog /home/domains/adomain2.com/logs/www-access.log combined
    [/VirtualHost]

    When I start apache, I get this error message:

    [Sat Nov 26 15:44:46 2005] [warn] VirtualHost www.domain1.com:0 overlaps with VirtualHost www.domain2.com:0, the first has precedence, perhaps you need a NameVirtualHost directive

    I use one IP address to hold more than one domain.

    When I remove the bits that doesn't have the 'www' entry, it works fine. But I don't want that as people who go to a site without the 'www' bit will be redirected to a different page.

    Is there any easier way to do this - getting people to visit the same, via http://www.adomain1.com and http://adomain1.com to one page and http://www.adomain2.com and http://adomain2.com to another page?

    Thanks.

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

  10. Apache Inches Over 70 Percent Mark

    Date: 11/11/05     Keywords: web, apache

    November 7, 2005
    -- (WEB HOST INDUSTRY REVIEW) -- The Apache Web server upped its market share yet again, crossing the 70 percent threshold last month, according to research firm Netcraft's (netcraft.com) November Web server survey.

    http://www.thewhir.com/marketwatch/110705_Apache_Inches_Over_70_Percent_Mark.cfm

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

  11. Apache Inches Over 70 Percent Mark

    Date: 11/11/05     Keywords: web, apache

    November 7, 2005
    -- (WEB HOST INDUSTRY REVIEW) -- The Apache Web server upped its market share yet again, crossing the 70 percent threshold last month, according to research firm Netcraft's (netcraft.com) November Web server survey.

    http://www.thewhir.com/marketwatch/110705_Apache_Inches_Over_70_Percent_Mark.cfm

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

  12. Apache won't start T_T

    Date: 10/31/05     Keywords: apache

    What does this error mean: "Unclean shutdown of previous run"? How do I fix it?

    It appears in a quickly-disappearing console when I try to start Apache.

    The reason Apache shutdown 'uncleanly' was that I accidentally (and stupidly, I know) bumped the case thereby dislodging the heatsink, overheating the CPU and causing the system to shut down.

    Please help. Very upset. TIA.

    Cross-posted to '[info]'computergeeks.

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

  13. Apache won't start T_T

    Date: 10/31/05     Keywords: php, apache

    What does this error mean: "Unclean shutdown of previous run"? How do I fix it?

    It appears in a quickly-disappearing console when I try to start Apache.

    The reason Apache shutdown 'uncleanly' was that I accidentally (and stupidly, I know) bumped the case thereby dislodging the heatsink, overheating the CPU and causing the system to shut down.

    Please help. Very upset. TIA.

    Cross-posted to '[info]'computergeeks.

    Edit: I was using WAMP. Specifically, when my setup *worked* I had phpdev 423 installed.

    Edit++: After uninstalling and reinstalling over and over and deleting all files every time, installing phpdev 5 worked. No idea why. Thanks to those who've helped so far.

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

  14. mod_rewrite

    Date: 10/19/05     Keywords: php, database, web, google, apache

    Ok, i am a little new to apache, so go easy on me.

    I have an database based website that uses id's to call each page e.g http://www.somesite.co.uk/index.php?id=1

    now this i all very nice, but i find that url a little long for me, so i would like to be able to make it into something like http://www.somesite.co.uk/1

    now i know this would have implications like if i wanted to sent to a folder past the root, like http://www.somesite.co.uk/images/1.jpg so it would have to have exceptions setup to.

    now i have been told that this can be done with a mod_rewrite, but i have spend days pouring over documentation, google hits etc and i have yet to manage to do this. is there anyone out there who has a any clue's?

    Thanks for any help

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

  15. mod_rewrite

    Date: 10/19/05     Keywords: php, database, web, google, apache

    Ok, i am a little new to apache, so go easy on me.

    I have an database based website that uses id's to call each page e.g http://www.somesite.co.uk/index.php?id=1

    now this i all very nice, but i find that url a little long for me, so i would like to be able to make it into something like http://www.somesite.co.uk/1

    now i know this would have implications like if i wanted to sent to a folder past the root, like http://www.somesite.co.uk/images/1.jpg so it would have to have exceptions setup to.

    now i have been told that this can be done with a mod_rewrite, but i have spend days pouring over documentation, google hits etc and i have yet to manage to do this. is there anyone out there who has a any clue's?

    Thanks for any help

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

  16. Tools to combat Spam

    Date: 10/06/05     Keywords: web, spam

    Hi there. I'm hoping to get an idea about what recommendations I can get for stopping spam. Here's my idea:

    Does anyone remember Earthlink's "verify" tool? An email is sent to an earthlink.net address, and the sender gets a response saying something to the effect of "thank you for your email, however we must verify your identity, please click here to enter your name and a message to send to the user. If you are approved, your email will be sent."

    My hope is that I can find something that I can install on my web server, which currently has SpamAssassin, that will allow me to do this or something similar. I've surfed through and seen some info about certain tools that also help *filter* spam, but I'm hoping to find a way to, I guess, automate the administration of a whitelist of sorts.

    Any advice? I'll be x-posting this in various communities and on my personal site.

    Thanks :)

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

  17. Tools to combat Spam

    Date: 10/06/05     Keywords: web, spam

    Hi there. I'm hoping to get an idea about what recommendations I can get for stopping spam. Here's my idea:

    Does anyone remember Earthlink's "verify" tool? An email is sent to an earthlink.net address, and the sender gets a response saying something to the effect of "thank you for your email, however we must verify your identity, please click here to enter your name and a message to send to the user. If you are approved, your email will be sent."

    My hope is that I can find something that I can install on my web server, which currently has SpamAssassin, that will allow me to do this or something similar. I've surfed through and seen some info about certain tools that also help *filter* spam, but I'm hoping to find a way to, I guess, automate the administration of a whitelist of sorts.

    Any advice? I'll be x-posting this in various communities and on my personal site.

    Thanks :)

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

  18. Recompiling apache and PHP

    Date: 09/23/05     Keywords: php, software, apache

    I recompiled apache and PHP months ago to install mcrypt and cURL so billing software would work. I've recently changed billing software, and while troubleshooting the install, found that it wasn't working correctly because mcrypt wasn't installed. So I'm wondering...where'd it go? It *was* installed. Even if apache has upgraded itself recently, it wouldn't make sense that mods would need to be reinstalled each time. I'm just wondering if this has happened to anyone else? I know I'm not providing a lot of details....but I'm not quite sure where to start looking.

    X-posted to '[info]'php and my own journal.

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

  19. Recompiling apache and PHP

    Date: 09/23/05     Keywords: php, software, apache

    I recompiled apache and PHP months ago to install mcrypt and cURL so billing software would work. I've recently changed billing software, and while troubleshooting the install, found that it wasn't working correctly because mcrypt wasn't installed. So I'm wondering...where'd it go? It *was* installed. Even if apache has upgraded itself recently, it wouldn't make sense that mods would need to be reinstalled each time. I'm just wondering if this has happened to anyone else? I know I'm not providing a lot of details....but I'm not quite sure where to start looking.

    X-posted to '[info]'php and my own journal.

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

  20. For anyone interested / Linux Users

    Date: 09/06/05     Keywords: no keywords

    Linspire.com is offering a free download of Linspire Five-0. This offer ends on 9/6/05. The coupon for the discount is "freespire". You must be patient due to the increased activity of there servers. If you have BitTorrent you can download almost immediately.

    Source: http://www.livejournal.com/community/apache/25271.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