Personal Web sharing not starting

I've been trying to start personal web sharing and it's not starting up...I already did the apachectl start command in the terminal and I got the following message:
Syntax error on line 8 of /private/etc/httpd/users/+entropy-php.conf:
Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
/usr/sbin/apachectl start: httpd could not be started
[Process exited - exit code 3]
I had problems installing php before that happened...and it seems that I can't still the latest version of php since I tried installing it many times and all came out with errors. What can I do in order to make web sharng start? Thanks in advance
Never mind guys...sorry but I think I found the answer, I searched the forum before but I couldn't find it...sorry about that...be safe
Message was edited by: GaToRMade

Cosizzle, not sure this will help either, but try trashing...
/Users/nnnn/Library/Preferences... the whole Prefs folder there.
/Library/Preferences/SystemConfiguration... the whole SysConfig folder.
/Library/Preferences/com.apple.AppleFileServer.plist
Reboot... of course you dont have to trash them, you can just move them to the desktop to drag back if it doesn't work.

Similar Messages

  • Personal Web Sharing not starting in 10.4.7

    Okay, I've been reading through here trying to fix my problem with PWS, but my symtoms don't match anyone elses. I haven't tried installing PHP 5 (though I want to) and I haven't tried upgrading to Apache 2 (though I don't know if OS X 10.4.6 - 4.7 includes Apache 1 or 2).
    My problem starts off the same as everyone elses. I go to System Preferances, Sharing, Select PWS, select Start and it just sits there and does nothing.
    I've gone into my console and cleared it out completely, then tried starting PWS and in my console.log I got:
    ===== Monday, July 17, 2006 9:06:59 AM US/Eastern =====
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    fopen: No such file or directory
    httpd: could not open document config file /private/etc/httpd/users/+entropy-php.conf
    /usr/sbin/apachectl start: httpd could not be started
    Anyone have any ideas? I have installed MySQL, which automatically starts on Start Up. Eventually, I would like to have MySQL, and PHP 5 installed on my laptop to set it up as a server so I can do server testing prior to uploading.
    Thanks
    MacBook   Mac OS X (10.4.7)  

    Okay, since noone has had any ideas so far, does anyone know how to upgrade from Apache 1.33 to Apache 2.x?
    Either through Terminal or GUI? I'm still new to the Unix Terminal and OS X, so someone may have to take me through things step-by-step.
    I really would like to avoid having to back up my data to another drive or DVD and formatting the hard drive and starting all over.
    Can't SOMEONE help this new Mac user?

  • Web Sharing Not Starting Up After installing PHP

    On Mac OS 10.4.9 on a G4 PPowerbook, using O'Reilly's "Learning PHP and MySQL," my Personal Web Sharing will not start up.
    I enabled Apache per their instructions and things seemed fine.. Then I i installed PHP with these commands, sudo vi/etc/httpd/httpd.conf , then %s/#LoadModule php/LoadModule php/. Then %x/#AddModule php/AddModule php/. Then <espcape>:wq. Then
    vi ~/Sites/test.php
    o
    <?php phpinfo() ?>
    <escape>:wq
    First of all, the test query from the book didn't work quite right, but now my Personal Web Sharing won't start up. It says "starting up." forever.
    Help. And if you can't tell, I have extremely limited knowledge of Unix and command lines, etc.
    What do I do? Assume I know nothing... : )

    The first thing to do is read the Apache error log which will give you more detail about what's gone wrong.
    <pre class=command>tail /var/log/httpd/error_log</pre>
    The other thing to do is run configtest which might also indicate errors in the configuration:
    <pre class=command>sudo apachectl configtest</pre>
    although it'll probably tell you the same thing as the error log.

  • Personal web sharing not turning on

    hi all
    my personal web sharing in system preferences / Sharing will no longer turn on.
    I checked it in Terminal and get the following message:
    Barry-Kimmelmans-Computer:~ barrykimmelman$ httpd -t {enter}
    Syntax error on line 247 of /etc/httpd/httpd.conf:
    Invalid command '?ClearModuleList', perhaps mis-spelled or defined by a module not included in the server configuration
    Barry-Kimmelmans-Computer:~ barrykimmelman$ sudo apachectl start
    Password:
    Syntax error on line 247 of /etc/httpd/httpd.conf:
    Invalid command '?ClearModuleList', perhaps mis-spelled or defined by a module not included in the server configuration
    /usr/sbin/apachectl start: httpd could not be started
    Barry-Kimmelmans-Computer:~ barrykimmelman$
    so, the problem seems to lie within the httpd.conf file although I have no clue what that is or even where it is on my system. I did a "find" search for that file name but nothing showed up.
    Even if I found the file I'd have no idea how to fix it.
    Any suggestions??
    Thanks for any help you could offer me.
    Barry
    PS: any ideas that anyone could suggest I better mention up front that I would need in "explanation for dummies" format as I am clueless in the networking, server, Apache etc aspects of the system

    I tried gnardious's method and Anthony's and still nothing.
    here are the messages I got in Terminal on both
    Barry-Kimmelmans-Computer:~ barrykimmelman$ sudo cp /private/etc/httpd/httpd.conf.bak /private/etc/httpd/httpd.conf ; apachectl start
    Password:
    fopen: Permission denied
    httpd: could not open error log file /private/var/log/httpd/error_log.
    /usr/sbin/apachectl start: httpd could not be started
    Barry-Kimmelmans-Computer:~ barrykimmelman$ sudo cp /etc/httpd/httpd.conf.default /etc/httpd/httpd.conf
    Barry-Kimmelmans-Computer:~ barrykimmelman$
    Barry-Kimmelmans-Computer:~ barrykimmelman$
    Barry-Kimmelmans-Computer:~ barrykimmelman$ apachectl start
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/barrykimmelman.conf
    Processing config file: /private/etc/httpd/users/test.conf
    fopen: Permission denied
    httpd: could not open error log file /private/var/log/httpd/error_log.
    /usr/sbin/apachectl start: httpd could not be started
    Barry-Kimmelmans-Computer:~ barrykimmelman$
    I tried it again and got this:
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Barry-Kimmelmans-Computer:~ barrykimmelman$ sudo cp /private/etc/httpd/httpd.conf.bak /private/etc/httpd/httpd.conf ; apachectl start
    -bash: Barry-Kimmelmans-Computer:~: command not found
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/barrykimmelman.conf
    Processing config file: /private/etc/httpd/users/test.conf
    fopen: Permission denied
    httpd: could not open error log file /private/var/log/httpd/error_log.
    /usr/sbin/apachectl start: httpd could not be started
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Password:
    -bash: Password:: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ fopen: Permission denied
    -bash: fopen:: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ httpd: could not open error log file /private/var/log/httpd/error_log.
    -bash: httpd:: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ /usr/sbin/apachectl start: httpd could not be started
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Barry-Kimmelmans-Computer:~ barrykimmelman$ sudo cp /etc/httpd/httpd.conf.default /etc/httpd/httpd.conf
    -bash: Barry-Kimmelmans-Computer:~: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Barry-Kimmelmans-Computer:~ barrykimmelman$
    -bash: Barry-Kimmelmans-Computer:~: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Barry-Kimmelmans-Computer:~ barrykimmelman$
    -bash: Barry-Kimmelmans-Computer:~: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Barry-Kimmelmans-Computer:~ barrykimmelman$ apachectl start
    -bash: Barry-Kimmelmans-Computer:~: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Processing config directory: /private/etc/httpd/users/*.conf
    -bash: Processing: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Processing config file: /private/etc/httpd/users/barrykimmelman.conf
    -bash: Processing: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Processing config file: /private/etc/httpd/users/test.conf
    -bash: Processing: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ fopen: Permission denied
    -bash: fopen:: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ httpd: could not open error log file /private/var/log/httpd/error_log.
    -bash: httpd:: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ /usr/sbin/apachectl start: httpd could not be started
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)
    start - start httpd
    stop - stop httpd
    restart - restart httpd if running by sending a SIGHUP or start if
    not running
    fullstatus - dump a full status screen; requires lynx and mod_status enabled
    status - dump a short status screen; requires lynx and mod_status enabled
    graceful - do a graceful restart by sending a SIGUSR1 or start if not running
    configtest - do a configuration syntax test
    help - this screen
    Barry-Kimmelmans-Computer:~ barrykimmelman$ Barry-Kimmelmans-Computer:~ barrykimmelman$
    -bash: Barry-Kimmelmans-Computer:~: command not found
    Barry-Kimmelmans-Computer:~ barrykimmelman$ sudo cp /etc/httpd/httpd.conf.default /etc/httpd/httpd.conf
    Barry-Kimmelmans-Computer:~ barrykimmelman$

  • Personal Web sharing not installed HOW - do I install?

    Hi - I have had an extremely frustrating 4 hours or so between trying to google a solution to the problem and examining the contents of the installation disk with pacifist - I am still none the wiser.
    I have not tried to set up a localhost server on my Intel Mac running 10.4.9 I have had since september and it should be as easy as pie to do so from what I have read.... but not in my case!
    I went to apple > system preferences > sharing and tried to check personal web sharing as suggested in many places but get this for my trouble
    'Web Sharing is not installed on this computer. To install Web Sharing, use the Mac OS X installer.'
    My question is how do I do so without dausing a reformat and still not getting the option?
    I have used pacifist to try and locate either PWS or apache installers inon the disc but sinply am at a loss to find either. Hope someone can help
    Thanks in advance

    NOt that I am aware of - I may have tried to do something like launch the apache index page from httpd or similar in the first couple of days of owning the machine but unless by some sure accident I have not altered any settings.... ( I never got into admin settings or any of that from what I remember)
    I'm not even looking for PHP or mySQL now - Just a running WS so that I can test CSS in it.
    Even so - I still have absolutely no idea where the pws taller is located on the installation disk that I am referred to so therefore am not willing to unstall it for reasons mentioned. I most certainly do not want a reinstall for the sake of a little but in my case neccessary application
    Good point Gnarlodious - like to hear what angle you are coming from on this (particularly if you can help me get this sorted out from the disk as Apple suggest. Much as I love my conversion to apple I have to say the documentation and overall support from the site is appalling (I thought Microsoft was bad......). Instructions such as that encountered on the PWS toggle are vague to say the very least
    Thanks for the reply

  • 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?

  • Web Sharing not starting up

    i have recently installed the Darwin web streaming serer onto my Mac Mini (running on Mac OS X 10.4.9) and since installing it my web sharing option doesnt start up or says web sharing is not installed. i have restarted my mac and re installed Mac OS X but still doesnt work. i am trying to avoid reformatting my hard drive.
    Jak
    Mini Mac Power PC, Mac Book Pro   Mac OS X (10.4.9)  

    Don't reformat your hard drive, it won't do any good. The streaming server takes the place of apache which Apple considers "web sharing". If you started up apache and it also listened on port 80, which would you expect to get when you made an http request? You now have "web sharing" up all the time (confirm this by putting "http://localhost/" into your browser) just not with the official Apple server, which is why you can't select that option.

  • Personal Web Sharing perpertually starting

    I've been trying to set up my websharing with authentication access (using a .htpasswd file). Unfortunately, I think I've broken something; in the Sharing Preference Pane, Web Sharing is continuously starting up - it's never 'started', and the button is greyed out. I can access the web server, but only sporadically - sometimes I can see files on the server, sometimes the server cannot be found, seemingly at random.
    iBook 12" G4   Mac OS X (10.4.3)  

    Did you save your default httpd.conf file? Switching back to the default file should solve the problem (but would of course undo all of the changes you made trying to set up the .htpasswd).

  • PERSONAL WEB SHARING ON iMAC G5 WILL NOT START

    hello:
    i am hoping someone would be able to help me on this issue. i attempted to start the Personal Web Sharing service on my computer (iMAC G5 with MAC OS 10.4) from System Preferences > Sharing. however, after i highlight Personal Web Sharing on the list of services and click the Start button, the message changes to "web sharing starting up..." and simply remains that way (i've waited for a long time). it does not change to "web sharing on".
    am i doing something wrong? is it possible that my Apache installation has been compromised? my goal is to be able to use my computer to create and run .php web pages.
    any help / suggestions are greatly appreciated
    iMac G5   Mac OS X (10.4.8)  

    Sorry, this still doesn't seem to be working.
    Actually, it's me steering you wrong. It's been a while since I fooled around with the Entropy PHP installation and it looks like he's changed it.
    He used to put the configuration stuff for PHP at the bottom of the main Apache config file, but now he's putting it in that separate file in the httpd users directory. That's why moving the default Apache configuration file into place didn't help.
    You have two choices: one is to just forget about the PHP5 stuff for now and go with Apple's default PHP install. The other is to try to get PHP5 up and running.
    The first option is very easy: just run this command:
    <pre class="command">mv private/etc/httpd/users/+entropy-php.conf ~/Desktop</pre>That will put the offending file on the desktop. Now try starting the web server. Most likely, PHP won't work yet, but Apache should start. In order to use the default PHP5, you need to make some changes to the httpd.conf file. You can use pico in the Terminal. It's pretty simple and the key commands are printed at the bottom. Where you see the up arrow listed, that means to use the "control" key, i.e., "control"-x to exit. You need to use sudo, though so you have root privileges:
    <pre class="command">sudo pico /etc/httpd/httpd.conf</pre>Search ("control"-w) for "php". The first line you'll see is this:
    <pre class="command">#LoadModule php4_module libexec/httpd/libphp4.so</pre>Uncomment it by removing the "#" from the start of the line. Search again until you find this line:
    <pre>#AddModule mod_php4.c</pre>Again, remove the "#". Now search again until you find these lines:
    <pre class="command"><IfModule mod_php4.c>
    # If php is turned on, we repsect .php and .phps files.
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    # Since most users will want index.php to work we
    # also automatically enable index.php
    <IfModule mod_dir.c>
    DirectoryIndex index.html index.php
    </IfModule>
    </IfModule></pre>Just verify that they look like these. If they don't, copy and paste your corresponding lines into a reply. Now stop and restart the web server and see if PHP pages will work. You should be using OS X's built-in 4.x version.
    If, on the other hand, you'd rather use the Entropy PHP5 installation, post back and tell me and we'll see if we can figure out what's up with that...
    charlie

  • Personal web sharing will not start up

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got a message that said anther computer on the network was using the same name. since then the personal web sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying to learn PHP and i need to have it working so i can sync up with apache.

    Try changing your computer's name. To do so go to the Sharing preference pane and change the computer's name to something else. Try restarting web sharing after this...

  • Personal web sharing will not start

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got a message that said anther computer on the network was using the same name. since then the personal web sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying to learn PHP and i need to have it working so i can sync up with apache.

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got
    a message that said anther computer on the network
    was using the same name. since then the personal web
    sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying
    to learn PHP and i need to have it working so i can
    sync up with apache.
    The solution to your problem is most likely contained within your question.
    You'll need to locate the machine on your network that has the same name as yours and change its name... or you'll need to rename your computer to something else.

  • Personal web sharing is not starting up

    when i start my personal web sharing i get this error
    dyld: NSLinkModule() error
    dyld: Symbol not found: ap_popenfex
    Referenced from: /usr/libexec/httpd/modlogforensic.so
    Expected in: flat namespace
    /usr/sbin/apachectl: line 175: 10617 Trace/BPT trap $HTTPD
    /usr/sbin/apachectl start: httpd could not be started
    May 30 14:27:19 JavaJax crashdump[10618]: httpd crashed
    May 30 14:27:19 JavaJax crashdump[10618]: crash report written to: /Library/Logs/CrashReporter/httpd.crash.log
    i have no idea what any of that means

    "
    total 4664
    -rw-r--r-- 1 root wheel 8304 Jun 27 2001 httpd.exp
    -rwxr-xr-x 1 root wheel 113376 Jun 27 2001 libdav.so
    -rwxr-xr-x 1 root wheel 223700 Jun 27 2001 libperl.so
    -r-xr-xr-x 1 root wheel 1184376 Jun 27 2001 libphp4.so
    -rwxr-xr-x 1 root wheel 71640 Jun 27 2001 libproxy.so
    -rwxr-xr-x 1 root wheel 145880 Jun 27 2001 libssl.so
    -rwxr-xr-x 1 root wheel 13512 Jun 27 2001 mod_access.so
    -rwxr-xr-x 1 root wheel 9472 Jun 27 2001 mod_actions.so
    -rwxr-xr-x 1 root wheel 13928 Jun 27 2001 mod_alias.so
    -rwxr-xr-x 1 root wheel 8956 Jun 27 2001 mod_asis.so
    -rwxr-xr-x 1 root wheel 13872 Jun 27 2001 mod_auth.so
    -rwxr-xr-x 1 root wheel 9340 Jun 27 2001 modauthanon.so
    -rwxr-xr-x 1 root wheel 9544 Jun 27 2001 modauthdbm.so
    -rwxr-xr-x 1 root wheel 28960 Jun 27 2001 mod_autoindex.so
    -rwxr-xr-x 1 root wheel 33128 Jan 30 2006 mod_bonjour.so
    -rwxr-xr-x 1 root wheel 9644 Jun 27 2001 modcernmeta.so
    -rwxr-xr-x 1 root wheel 15048 Jun 27 2001 mod_cgi.so
    -rwxr-xr-x 1 root wheel 13816 Jun 27 2001 mod_digest.so
    -rwxr-xr-x 1 root wheel 9228 Jun 27 2001 mod_dir.so
    -rwxr-xr-x 1 root wheel 9236 Jun 27 2001 mod_env.so
    -rwxr-xr-x 1 root wheel 13664 Jun 27 2001 mod_expires.so
    -rwxr-xr-x 1 root wheel 9180 Jun 27 2001 mod_headers.so
    -rwxr-xr-x 1 root wheel 9100 Jun 28 2001 modhfsapple.so
    -rwxr-xr-x 1 root wheel 18440 Jun 27 2001 mod_imap.so
    -rwxr-xr-x 1 root wheel 32904 Jun 27 2001 mod_include.so
    -rwxr-xr-x 1 root wheel 18988 Jun 27 2001 mod_info.so
    -rwxr-xr-x 1 root wheel 20020 Jun 27 2001 modlogconfig.so
    -rwxr-xr-x 1 root wheel 13968 Jan 30 2006 modlogforensic.so
    -rwxr-xr-x 1 root wheel 14576 Jun 27 2001 mod_mime.so
    -rwxr-xr-x 1 root wheel 23804 Jun 27 2001 modmimemagic.so
    -rwxr-xr-x 1 root wheel 28392 Jun 27 2001 mod_negotiation.so
    -rwxr-xr-x 1 root wheel 51936 Jun 27 2001 mod_rewrite.so
    -rwxr-xr-x 1 root wheel 13784 Jun 27 2001 mod_setenvif.so
    -rwxr-xr-x 1 root wheel 14052 Jun 27 2001 mod_speling.so
    -rwxr-xr-x 1 root wheel 22428 Jun 27 2001 mod_status.so
    -rwxr-xr-x 1 root wheel 9272 Jun 27 2001 moduniqueid.so
    -rwxr-xr-x 1 root wheel 9188 Jun 27 2001 mod_userdir.so
    -rwxr-xr-x 1 root wheel 9652 Jun 27 2001 mod_usertrack.so
    -rwxr-xr-x 1 root wheel 13576 Jun 27 2001 modvhostalias.so
    "

  • Personal Web Sharing server will not start.

    I cannot start Personal Web Sharing. Have tried to install apache2, mysql and php from here: http://www.serverlogistics.com/downloads.php and since then it would not start.
    What can I do? Is there anyway I can reverse to old settings from a sertain date like you can on a windows system?
    If I try to start Apache in Termianl I get this:
    vayu-robins-computer:~ vayu$ /usr/sbin/apachectl start
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    [Fri Jul 21 12:27:18 2006] [warn] module mod_php5.c is already added, skipping
    Processing config file: /private/etc/httpd/users/postgres.conf
    Processing config file: /private/etc/httpd/users/vayu.conf
    fopen: Permission denied
    httpd: could not open error log file /private/var/log/httpd/error_log.
    /usr/sbin/apachectl start: httpd could not be started
    I hope this will help.
    Thanks
    Vayu
    Imac Intel Core Duo   Mac OS X (10.4.7)  

    If you're just trying to get the default install to work again, we'll need to determine if the ServerLogistics install you said you tried has overwritten the system files, or set itself up separately.
    To see what version is installed in the default location, from the Terminal run:
    /usr/sbin/httpd -v
    This will report something like:
    Server version: Apache/1.3.33 (Darwin)
    Second, you can test your config files to see if they are all valid by running:
    /sbin/apachectl configtest
    This is what Apache does when it starts up, but without changing the process status. You'll be looking for a "Syntax OK" at the end of the output, or else specific error messages in your config files.
    Finally, you can check whether you have an Apache process already running a few different ways. One is to look in the /var/run directory for a 'httpd.pid' file, which will contain the process ID of any running Apache process. The other is to search the active process list:
    ps -ax | grep httpd
    If you see any matches other than your own 'grep httpd' command in the list, you may already have an Apache running and thus be unable to get another one to start via the Personal Web Sharing control panel.
    Again, the remedy would be clearer with some input from the ServerLogistics install documentation - what files were put where, how do they interact (if at all) with Apple's versions, etc.
    PowerBook G4, et al.   Mac OS X (10.4.7)  

  • Unable to start/stop Personal Web Sharing

    I do some web development, so I tried making the necessary changes to run PHP files via localhost. I followed various online articles by making some changes to the httpd.conf file, and then downloading MySQL and a later version of PHP (5.0). Since installing yesterday afternoon, I've been unable to start or stop Personal Web Sharing. Any ideas?
    Thank you.
    Nathan

    Are you sure you got the proper version of each for your platform? Depending on which version you dowloaded it may not have been a universal bianary and you might be running ppc instead of x86 or vice versa. I wouldnt expect you to have broken apache if you made only the modifications you noted in your inital post - but perhaps if it was trying to load the php module and it was the worng platform it might through that error and prevent it fromt starting.. but normally whn php fails it jsut throws a warning and continues without it loaded (at least with Marc's automatic configuration). But thats the only thing i can think of.
    So next steps:
    1.) Verify you are running the x86/PPC (or Universal) versions of PHP and MySQL (MySQL shouldnt really matter but since its one of the majorchanges before apache broke we'll look at it as well).
    2.) on the command line run this command and post the output back here:
    <pre style="scrolling: auto; width: 90%;">httpd -V</pre>
    3.) lets restore your old config:
    <pre style="scrolling: auto; width: 90%;">
    sudo cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.121906.bak
    sudo cp /etc/httpd/httpd.conf.default /etc/httpd/httpd.conf
    sudo apachectl start</pre>
    And then post the ouput of the start command back here.

  • Unable to start up Personal Web Sharing (OS X 10.3.9)

    I have been trying to start up Personal Web Sharing since yesterday. It keeps saying "Web Sharing starting up...", but nothing ever happens.
    Actually, what I want to do is to set up a test server environment (not a real server for everyone on the web to access) to learn PHP, MySQL and XOOPS. I bought Teach Yourself PHP, MySQL and Apache by Julie C. Meloni (Sams Publishing) and installed MySQL 5.0.22 and PHP 5.1.4 following the instructions on the book. But I was not able to see anything when I entered http://localhost/phpinfo.php on FireFox. (The book tells me to create a simple script called phpinfo.php and save it to /Library/WebServer/Documents.)
    I thought the problem might be that I didn't have Personal Web Sharing on, so I went to System Preferences' Sharing panel to start it up. But it just hangs in starting mode... never starts...
    I tried Charles's suggestion to Harvey ( http://discussions.apple.com/thread.jspa?messageID=680762&#680762 ). The /usr/sbin/apachectl configtest command returns the following result:
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    Syntax error on line 8 of /private/etc/httpd/users/+entropy-php.conf:
    Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
    I'm wondering if PHP 5.x does not support Panther, but php.net doesn't seem to say so... (I downloaded PHP 4.4.4, but haven't figured out how to use it to replace PHP 5.1.4...) Or maybe it's because I'm connecting to the web via an open network (at a cafe)?
    Any suggestions will be much appreciated!
    powerbook g3 firewire   Mac OS X (10.3.9)   XLR8 G4 upgraded

    Thank you~ FifthWheel & Karl~!
    Even if you're on an open network, or on no network at all,
    Apache should start if it is properly configured (even with
    no network, the loopback address 'localhost' is still available).
    Thank you for the answer! This has been very confusing to me!
    I still haven't been able to find out whether PHP 5.1.4 is compatible with Panther's Apache or not (couldn't even find which version of Apache Panther has...) But a guy from another Mac forum (www.oikos.com.tw) seems to be very certain that Entropy's PHP 5.x package is not compatible with Panther. I guess I will just take what he said. I've already sent my complaint to Sams Publishing.
    I found "Building and Installing Apache 2.0.54 and PHP 5.0.4 on Mac OS X 10.3.8" on phpmac.com. But it seems quite risky for someone who does not have unix knowledge like me. So I guess what I should do is to find out how to remove the PHP 5.1.4 I installed and install PHP 4.x instead.
    Still seeking for a solution... I guess I should start learning Unix too...

Maybe you are looking for

  • Function module to convert currency to USD

    Hi All,              I need the function module to convert the currency to USD and the mandatory fields to be passed to the function module. Thanks & Regards Suresh

  • Inbound Deliveries to GTS

    Hi , I am sucessfully transferring Purchase Orders to GTS. I have mapped inbound deliveries ) doc type in  R/3 Plugin  and as well as in GTS customs including item cat. Still the inbound deliveries are not transferring. Can you please help me in conf

  • SQL Plus / Oracle - Username and Password Troubles

    Hello all I have just download Oracle Database 10g Express Edition for Linux. When i use the command 'connect' with SQL Plus i am required to enter a username ans password. What is the default username and password, or where can i find it? Many thank

  • Any tutorial for using Hibernate in Jdeveloper?

    Hi thank you for reading my post is there any tutorial that helps with using Hibernate with Jdeveloper? specially the ant task stuff about schema generator and Hibernate annotation? Thanks

  • N73-1 PC-Suite (V6.81) does not connects - help pl...

    I installed PC Suite, when tried to " get connected" PC-suit hangs with never ending Busy sign on the screen. pls help me.