Apache personal web server not working anymore

Originally, when I typed in either 127.0.0.1 or localhost, I got the Apache test page. Now I get in Safari: Safari can’t open the page “http://localhost/” because it could not connect to the server “localhost”.
I have modified the following files (to allow virtual hosting too)
FILE: /etc/apach2/users/me.conf
<Directory "/Users/me/Sites/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
NameVirtualHost *:80
<virtualhost *:80>
DocumentRoot /Users/me/Sites/kedmaumd.dev
ServerName kedmaumd.dev
</virtualhost>
<virtualhost *:80>
DocumentRoot /Users/me/Sites/jobmanager.dev
ServerName jobmanager.dev
</virtualhost>
FILE: /etc/hosts
I added:
#Local sites
127.0.0.1 kedmaumd.dev
127.0.0.1 jobmanager.dev
FILE: /etc/apache2/httpd.conf
Uncommented: LoadModule php5_module libexec/apache2/libphp5.so
Those were the only changes I made, and now I cannot even access the main localhos page.
The permissions for my Sites folder are:
Me : Read & Write
staff: Read Only
Everyone : Read Only
(I had thought to add the www group, but when I clicked the plus icon, I got a window asking me to create a new shared user, so I left that alone)

I simply replaced the contents of the old httpd.conf in the backup directory and just added the LoadModule for php and it worked. Hopefully I wont run into any snags.

Similar Messages

  • Personal web sharing not working anymore. localhost

    I've had my personal web sharing working fine for some time now. I've been using it to develop PHP sites and such locally. I recently added a local version of wordpress and just now restarted the server by opening my sys prefs and going into sharing and clicking "web sharing" off and then back on in order to restart it. After doing that I can't access my localhost sites. I get this message "Safari can’t connect to the server." when clicking on either of the two links displayed in web sharing pref.
    Any thoughts on what is going wrong here?

    anyone?

  • Mountain Lion Server Web Server not working after time machine restore

    Our Mountain Lion Server (mac mini) lost its drive yesterday.  We got a new mac mini and did a time machine restore.  Everything in the Server seems to be working (users, groups, file shares, etc) except for the web server.
    Trying to connect to the server results in safari not being able to connect to the server.  Even just clicking on the "view server website" link in the Server app doesn't work.
    We've tried stopping / restarting the services.  We have confirmed that the files in Library / Server with the web pages were restored.
    Are there any gotchas, troubleshooting steps or guides anyone can point me to?  I'd like to get our wiki back.
    Thanks
    Jeff

    /var/log/apache2/error_log repeats the following lines about every 30 seconds:
    [Tue May 07 18:44:15 2013] [error] Init: Pass phrase incorrect
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Tue May 07 18:44:15 2013] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Tue May 07 18:44:26 2013] [crit] (17)File exists: mod_rewrite: Parent could not create RewriteLock file /var/log/apache2/rewrite.lock
    Configuration Failed

  • Action link URL calling from another screen from the same web server not work

    Hi there,
    I have an action link URL calling from another screen from the same web server, used the following syntax:
    /analytics/saw.dll?Go&path=.....
    But it is not working, when open the page, it shows error message
              Oops! Google Chrome could not find analytics
    Any help? Thanks!
    Ling

    That's a +1 from me... same issue and yes, isn't inelegant or a shortcoming for some might be the cause of boldness as they rip their hair off their head so thanks in advance for keeping the refinement of the magic potions making the EA secret magic sauce... which may help stop hairloss
    Cheers!
    tfbkny

  • (urgent) mailbfr -f   mail server not working anymore

    i ran mailbfr -f in the morning,  i found it took  like 40 hours to run and also it disable all the services. i got 1000 users using the mail server, so i searched on line it said it doesnt harm if i stop the mailbfr -f anytime i want. so i stopped it, but after that i found all users` old mails are gone. and i tried mailbfr -m username, to reconstruct the single account, it worked again, so i kept reconstructing some users but all of sudden, the mail server doesnt work any more. and i have no idea why this happen. i have to continue the mailbfr -f to finish the whole reconstruct of the database.
    i read many posts, they all say mailbfr is a good command and no harm, but it brought me big trouble. is there anyone had same problem before? anyone could help me with this? thanks so much.

    i ran mailbfr -f in the morning,  i found it took  like 40 hours to run and also it disable all the services. i got 1000 users using the mail server, so i searched on line it said it doesnt harm if i stop the mailbfr -f anytime i want. so i stopped it, but after that i found all users` old mails are gone. and i tried mailbfr -m username, to reconstruct the single account, it worked again, so i kept reconstructing some users but all of sudden, the mail server doesnt work any more. and i have no idea why this happen. i have to continue the mailbfr -f to finish the whole reconstruct of the database.
    i read many posts, they all say mailbfr is a good command and no harm, but it brought me big trouble. is there anyone had same problem before? anyone could help me with this? thanks so much.

  • Apache web server not working...PLEASE HELP!!

    I'm trying to get apache working on my Mac so I can host a website that will access a local MySQL database. I've researched this for a while. When I run the command:
    #sudo /usr/sbin/apachectl -t
    I get the following output:
    httpd: Syntax error on line 75 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/mod_deflate.so into server: dlopen(/usr/libexec/apache2/mod_deflate.so, 10): Library not loaded: /usr/lib/libz.1.dylib\n Referenced from: /usr/libexec/apache2/mod_deflate.so\n Reason: no suitable image found. Did find:\n\t/usr/lib/libz.1.dylib: no matching architecture in universal wrapper\n\t/usr/lib/libz.1.dylib: no matching architecture in universal wrapper\n\t/usr/lib/libz.1.dylib: no matching architecture in universal wrapper
    How do I fix this issue? I would really like to get this running without having to resort to a virtual Linux box or using XAMMP if possible. Thanks for any help you can provide!
    Mike

    I get the following when I run that:
    Usage: /usr/sbin/httpd [-D name] [-d directory] [-f file]
    [-C "directive"] [-c "directive"]
    [-k start|restart|graceful|graceful-stop|stop]
    [-v] [-V] [-h] [-l] [-L] [-t] [-S]
    Options:
    -D name : define a name for use in <IfDefine name> directives
    -d directory : specify an alternate initial ServerRoot
    -f file : specify an alternate ServerConfigFile
    -C "directive" : process directive before reading config files
    -c "directive" : process directive after reading config files
    -e level : show startup errors of level (see LogLevel)
    -E file : log startup errors to file
    -v : show version number
    -V : show compile settings
    -h : list available command line options (this page)
    -l : list compiled in modules
    -L : list available configuration directives
    -t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
    -S : a synonym for -t -D DUMP_VHOSTS
    -t -D DUMP_MODULES : show all loaded modules
    -M : a synonym for -t -D DUMP_MODULES
    -t : run syntax check for config files
    So it doesn't like the command. If I run "#sudo /usr/sbin/apachectl -t", I get the error listed in my initial posting.
    Mike

  • Apache Web Server not working correctly

    Hello all,
    I have enabled web sharing and put a file in my "sites" folder under my username.
    I have instructed my friend to paste the link into his browser, he is using Leopard 10.5.5 as well, and it says that Safari can not find the server.
    The box is checked for web sharing, I gave him the link with my username at the end and the one without it and it still isn't working. In fact, even when I use localhost it says that Safari can not find the server....
    Is there anything else I need to do?

    I get the following when I run that:
    Usage: /usr/sbin/httpd [-D name] [-d directory] [-f file]
    [-C "directive"] [-c "directive"]
    [-k start|restart|graceful|graceful-stop|stop]
    [-v] [-V] [-h] [-l] [-L] [-t] [-S]
    Options:
    -D name : define a name for use in <IfDefine name> directives
    -d directory : specify an alternate initial ServerRoot
    -f file : specify an alternate ServerConfigFile
    -C "directive" : process directive before reading config files
    -c "directive" : process directive after reading config files
    -e level : show startup errors of level (see LogLevel)
    -E file : log startup errors to file
    -v : show version number
    -V : show compile settings
    -h : list available command line options (this page)
    -l : list compiled in modules
    -L : list available configuration directives
    -t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
    -S : a synonym for -t -D DUMP_VHOSTS
    -t -D DUMP_MODULES : show all loaded modules
    -M : a synonym for -t -D DUMP_MODULES
    -t : run syntax check for config files
    So it doesn't like the command. If I run "#sudo /usr/sbin/apachectl -t", I get the error listed in my initial posting.
    Mike

  • Web gallery is not working anymore, all my galleries gone.

    PLEASE LISTEN! The web gallery feature is simply not working anymore. Not in iPhoto, not in iMovie.

    Why shout at us? We're just Users like you.
    Let them know:
    iPhoto menu -> Provide iPhoto Feedback
    Regards
    TD

  • I updated iTunes to 10.5 and now in my Netgear Stora iTunes server is not working anymore

    I updated iTunes to 10.5 and now in my Netgear Stora iTunes server is not working anymore.
    Configuration: OSX Lion with Server, iTunes 10.5, latest firmware for the Stora.
    Can this be confirmed to be a bug introduced with 10.5 ?
    I also saw some people mentioning the same problem on Synology NAS.
    Seems like the 10.5 uodate broke something.

    Definitely seems to be a cross-platform bug in iTunes 10.5 concerning all NAS disks. Shared libraries on network drives worked fine under 10.4.1, but now there is just an endless loading cycle with no error message or time-out. There is a bit more about it in this thread.
    Martin

  • License CS6 Design & Web Premium does not work anymore

    I have a LEGAL version of CS6 Design & Web primium. I have installed it about a year ago and registered bij Adobe. If I look on the site, my CS6 and licensenumber is available. Still it does not work. Eveytime it says my trail version comes to an end and I have to buy it. But I already bought it.
    I tried to reinstall, but that does not work either. How can I get it to work again???

    Thank you.
    I live in the Netherlands. I wanted to make a call back request, but that
    is not possible. I also can not start a chat session.
    I checked the serial number with the number at my Adobe account and it is
    correct. How can I get in contact??
    2014/1/1 Jeff A Wright <[email protected]>
        Re: License CS6 Design & Web Premium does not work anymore  created
    by Jeff A Wright <http://forums.adobe.com/people/JeffAWright> in *Downloading,
    Installing, Setting Up* - View the full discussion<http://forums.adobe.com/message/5971614#5971614

  • IGNORE this since I can not DELETE IT - Your browser does not support cookies, which are required for this web server to work in session authentication mode

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

  • APEX2.0 on 9i not working anymore after installation of 10G database

    Hello,
    Up to last saturday I used APEX 2.0 on my 9i database (on Windows XP) without problems. I have several applications running and used them saturday for the last time.
    Saturday I installed Oracle 10G Enterprise Edition on that same machine. I installed ONLY the software for the RDBMS, not even APEX. Later on I created my first 10g database via DBCA. Notice that I didn't do anything with APEX on that 10g database yet. I only installed the RDBMS software in a 10g home directory and created a database. That's all. No apex installed, nothing from the companion CD, only the RDBMS software in its own home.
    Yesterday however, after a reboot of the machine, I could not use my applications running on the 9i database anymore: "the page cannot be found".
    HELP!!!
    What was changed by the installation of 10g that now causes that my applications cannot be accessed anymore? The 9i database runs OK, so that's not the problem.
    I did already change the PATH settings, so that the 9i paths are checked before the 10.2 paths, but that did not solve the problem.
    Has the installation changed something in the registry of XP perhaps?
    Best regards,
    Jan.
    Best regards,
    Jan.

    Hi all, in answer to the above suggestions:
    No the 10g database and listener is completely down (no services belonging to the new 10g database are running). I checked also alle the logs, but no messages anymore since saturday.
    What I did notice: Oracle92HTTPserver (a service normally started automatically) does not start. When I start it, it gives me a message that there is nothing to do and that the service therefore is not started. So the HTTP-server itself is not working anymore. I can't find any files changed by th installation in the Ora92 home Apache directories. All seems as it was before the installation And still it won't start....
    Does anybody have other suggestions? Please help.
    Thanks in advance,
    Jan.

  • Signed applet on local filesystem not working anymore

    Hi,
    Everyone knows that accessing local file system has always been  a security threat.
    But clients are our bread and butter.
    Our clients have asked for web app consisting in a zip file, downloaded, containing an html page with dynamic content and links to many pdf.
    So far, so good: i download my zip unzip it, access my pdfs, and once every pdfs have been modified, i click on a button that is from a signed applet, and the applet checks which pdfs have changed, and  post the files to a web service on a server....Et voilà.
    It's been working for at least 5 years like that.
    But now my clients are updating to jre 7u45.
    And as A LOT OF PEOPLE HERE....my applet won't load and work if i compile it with the new sdk....: i get the InvocationTargetException...exception
    Is there an easy way to , step by step, compile , sign and yadi yada...and make it work.
    I mean my applet has always did its job..., nothing will change in the code...it's only the annoying changing everything without warning.....
    Anyone whould have an alternate approach instead of applet (my guess is NO).....: but nowadays with an applet you program 5 hours and you deploy 10 days.

    I have the same issue here  and it is not working anymore with auto-signed certificate too
    I am going to stop using Safari if that  , all is working fine with Chrome Firefox and Opera
    Apple says
    As a good security practice, you should validate PGP keys you receive, and not trust keys that cannot be validated. Information to validate the Apple Product Security PGP Key is available from
    Maybe but this is my problem and if I want to trust anyway I must use another browser

  • Usb and firewire not working anymore after ftdi driver installation

    hello there,
    i had to install the ftdi driver  (http://www.ftdichip.com/Drivers/VCP.htm) in order
    to use my dive computer with macdive 2.
    now after i have done that, my mbp does not recognize my usb 2.0 card reader anymore.....
    also my firewire 800 cf cardreader is not recognized.....any ideas, where to start. i just
    moved from windows to mac and i am really lost.....
    brgds
    christoph

    Hi all, in answer to the above suggestions:
    No the 10g database and listener is completely down (no services belonging to the new 10g database are running). I checked also alle the logs, but no messages anymore since saturday.
    What I did notice: Oracle92HTTPserver (a service normally started automatically) does not start. When I start it, it gives me a message that there is nothing to do and that the service therefore is not started. So the HTTP-server itself is not working anymore. I can't find any files changed by th installation in the Ora92 home Apache directories. All seems as it was before the installation And still it won't start....
    Does anybody have other suggestions? Please help.
    Thanks in advance,
    Jan.

  • Satellite U400 - the webcam does not work anymore

    Hello guys here is my sudden probloema!
    About a year ago I purchased a laptop
    TOSHIBA - Satellite U400
    with s.o. WinVista 32bit and with integrated webcam chicony etc. ....
    For a year, everything worked correctly, but for some days now, the webcam does not work anymore.
    As soon as I try to open it, a message of management software cam that says "Webcam driver open fail, please restart or computer room"
    I tried to do it all: aggioronato and downloaded the drivers from toshiba, uninstalled the program and re installed the webcam ....! updated bios notebook ....! useless!
    the strange thing .. well that going into device manager ... the webcam is not there ....! but if the launch seems to open just then check quell caz ... Warning!!
    Gan you help me?
    Graziee

    Are you familiar and comfortable with LINUX LIVE bootable discs to load an alternative operating system with unobtrusive but extensive Toshiba device support so you can determine if your webcam hardware is ruined or if the problem is software and possibly solved reinstalling Windows ?
    At this point, you're pondering less time consuming but more expensive choices such as buying another web cam, or another computer and you might be temporarily borrowing someone else's web cam / using a non preferred spare web cam that isn't optimal for your needs.
    Continuously downloading software, registry cleaners, and repeatedly reinstalling drivers will eventually ruin your Windows installation and consume more time than you've wasted so far and still doesn't guarantee to fix your malfunction.

Maybe you are looking for