Removing Default Apache Install

How can I remove the default apache installation? Additionally, is there a config file somewhere that governs which executable is used for web sharing under the Sharing pane of the system preferences?
Thanks for any help,
Kris

Forget my last post. It's ok now.
My problem now is: i can start Apache 2 by clicking the 'Personal Web Sharing'-button now, but the checkbox doesn't remain checked (as if it's not running, which is not the case). First, the 'Start'-button remains gray (as if it takes really long to start up). But when I close the System Preferences, and open them again, the check box is unchecked, and it says the webserver is 'off' (which is not the case).
Consequently the Firewall doesn't open the web sharing ports. (By the way, are those port the same as with Apache 1.3? 80, 427 and 443?)
Thanks a lot!

Similar Messages

  • Default Apache / PHP or Precompiled Apache 2 + PHP 5?

    I'd really appreciate any insight into how I (n00b) can use the default Apache configuration to learn PHP (where is it?) or is setting up another Apache/PHP instance in /usr/local/ safe?
    This is the tutorial I would follow if it is safe to upgrade to PHP5 / Apache 2:
    http://www.entropy.ch/blog/2006/05/12/Universal-Binary-Apache-2-configure-Line.h tml
    http://www.entropy.ch/software/macosx/php/
    So far, I've cd /usr/local
    curl -s http://www2.entropy.ch/download/apache2-2.2.3-macosx-universal.tar.gz | sudo tar -xzvf -
    Do I need to remove the above to prevent conflicts with OSX's default apache? I don't even know where to find the default install or where to go from here.
    Ullman's PHP&MySQL book is sitting in front of me waiting to be explored once I can get this installation completed, so any direction is MUCH appreciated

    Thanks again Charlie!
    You're welcome.
    I did download the Apache2 version of PHP5 - so i'm assuming i'd need to remove both and redownload the correct version?
    Yeah, do that first. You should be able to just re-run the correct PHP5 installer. If that doesn't work, you can delete the old install with this Terminal command:
    <pre class="command">sudo rm -Rf /usr/local/php5</pre>By the way, if you want to delete the Apache 2 installation, the command would be:
    <pre class="command">sudo rm -Rf /usr/local/apache2</pre>When you're typing those commands, be very careful not to have any spaces in the paths. That could result in accidentally erasing more than you'd intended.
    Here's the result of httpd -V you requested:
    Server version: Apache/1.3.33 (Darwin)
    Okay, so at least the command line is still seeing the stock Apache server. I think you should be fine.
    And finally the result for sudo /usr/sbin/apachectl start:
    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)
    /usr/sbin/apachectl start: httpd could not be started
    I suspect that the error there is just because the PHP5 module is for Apache 2 and that's why it can't be loaded. Once you install the correct PHP5, that message is likely to go away.
    A couple quick notes on Apache. First, if you succeed in starting it from the command line, it's possible that the Sharing preferences won't show that it's running. I'm not sure how that works under Tiger, but it used to be that it didn't always reflect the true state of the Apache server if it was stopped or started using the command line.
    Second, if you want to use the Sharing preference to stop and start it, you can always look at the results using the Console application. It's in your utilities folder, and the logs you're looking for are in the /var/www/httpd folder. The error log is especially helpful.
    Finally, I'm going to be kind busy next few days, so if you post and don't get a response, I'm not ignoring you, and I'll get back when I can...
    best,
    charlie

  • ColdFusion 10 with CentOS 6.2 - Default apache configuration.

    Starting ColdFusion 10 server instance named cfusion ...
    The ColdFusion 10 server instance named cfusion is starting up and will be available shortly.
    ======================================================================
    Running the ColdFusion 10 connector wizard
    ======================================================================
    Configuring the web server connector (Launched on the first run of the ColdFusion 10 start script)
    Running /etc/httpd/conf connector wizard...
    =======================================
    There was an error while running the connector wizard
    Connector installation was not successful
    =======================================
    ======================================================================
    ColdFusion 10 server instance named cfusion has been started.
    ColdFusion 10 will write logs to /opt/coldfusion10/cfusion/logs/start.log
    wsconfig.log
    # Created by ColdFusion on 03/10 21:42:55
    03/10 21:42:55 info Tomcat Connector
    03/10 21:42:55 debug command line: -ws apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /etc/rc.d/init.d/httpd -cfide /opt/coldfusion10/cfusion/wwwroot/CFIDE -v
    03/10 21:42:55 error This web server is already configured for ColdFusion.
    com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstallerException: This web server is already configured for ColdFusion.
        at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.installConnector(Apache Installer.java:186)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.installConnector(Con nectorInstaller.java:330)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstal ler.java:274)
        at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.main(ConnectorInstal ler.java:723)
    I can´t get the default apache configuration to run with ColdFusion 10 in Linux CentOS 6.2.
    There seems to be a problem when trying to start apache with the line at the end of the conf file.
    Include "/etc/httpd/conf/mod_jk.conf"
    I get the message in the services
    This service is being refreshed right now. but it never starts.
    The apache connector file has the following
    ../../runtime/bin/wsconfig \
        -ws apache \
        -dir /etc/httpd/conf \
        -bin /usr/sbin/httpd \
        -script /usr/sbin/apachectl \
    Here is the apache log information:
    [Sat Mar 10 21:23:04 2012] [notice] caught SIGTERM, shutting down
    [Sat Mar 10 21:26:14 2012] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
    [Sat Mar 10 21:26:14 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
    [Sat Mar 10 21:26:14 2012] [notice] Digest: generating secret for digest authentication ...
    [Sat Mar 10 21:26:14 2012] [notice] Digest: done
    [Sat Mar 10 21:26:14 2012] [notice] Apache/2.2.15 (Unix) DAV/2 configured -- resuming normal operations
    [Sat Mar 10 21:26:14 2012] [warn] ./mod_dnssd.c: No services found to register
    [Sat Mar 10 21:28:15 2012] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico
    [Sat Mar 10 21:34:35 2012] [error] [client 127.0.0.1] File does not exist: /var/www/html/CFIDE
    [Sat Mar 10 21:34:44 2012] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/html/
    [Sat Mar 10 21:44:16 2012] [error] [client 127.0.0.1] File does not exist: /var/www/html/CFIDE
    [Sat Mar 10 21:54:57 2012] [notice] caught SIGTERM, shutting down
    Fairly new to linux!
    Not sure where to go to from here!

    OK. I think I´ve found the solution. Apparently selinux needs to be in permissive mode:
    Check to see if permissive or enforcing
    cat /selinux/enforce
    0 = Permissive
    1 = enforcing
    If 1 run
    echo 0 > /selinux/enforce
    Thanks to Aaron West
    http://www.aaronwest.net/blog/index.cfm/2011/2/7/Super-Guide-Installing-ColdFusion-9-on-Ce ntOS-Linux
    Perhaps the documents could be updated to help newbies like me!

  • Default Apache Indexes: add "mail to" button

    Howdy,
    I run a LAMP server and I am currently hosting some .pdf's for college, being shown using the default apache Indexes option (with some .css I found)
    I would like to add a button, visible when hovering, to mail each file to an email address (to be asked each user), specifically, a kindle address (I don't think it changes anything).
    This is the general idea...
    I don't know the AMP part of LAMP. I hunt around for the right scripts and tweak the bits I understand.
    Both msmtp and mutt are installed and working properly.
    Is there a standard way to accomplish what I want? What options do I have?
    Feel free to send me somewhere else, just asking you guys because I like this community. Been following the wiki/forums while trying to properly setup my arch server^^
    Thank you for your time
    Last edited by fhtagn (2011-06-13 00:50:30)

    AFAIK there is no way to actually modify the output of mod_autoindex apart from adding a Header, Footer and CSS. You might need your own script to handle this.

  • This ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes, then install the 64-bit version of Itunes.

    I'm not sure if the error message is related but smart friend was using my computer started deleting Quicktime & Safari and told me that they shouldn't be on my computer as they are not windows product & I can't use them on my laptop. With trepidation but acknowledging I don't know any of the stuff they were talking about, I allowed them to raid my laptop thinking it could be for the best. Now I'm not sure if it is related or not but depsite me having the most recent Itunes updates on both my Ipod 4TH GT, I am getting the following message everytime I connect my Ipod to the computer...and the timing would be about right too:
    this ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes, then install the 64-bit version of Itunes.
    If it helps I am running the 10.7.0.21 on the Sony Vaio & remember checking last week I do have the latest update on the Ipod but it is a different version from the Itunes on the laptop (which may be normal, I wouldn't know) but as I am away from home & Wifi I can't tell u the version on that though.
    My problem is I cannot find an apple installer on the laptop to uninstall & I have searched Apple & Google for help and have seen others posts with the same issue but alot of the answers unfortunately I can't follow. I would greatly appreciate it if you can you answer any of these questions for me?
    *Will add & remove totally uninstall Itunes so that I can reinstall?
    *Will I lose my apps, music & data?
    *If the apps, music & data is recoverable, how do I do that?
    Sadly I can't find the installer & would love to add my new Mumford & Sons cd to my Ipod collection but don't know how to fix this. I love my Ipod & google but I have spent hours tryign updates, downloads, searches & feedback to Apple. A few months ago I had an Itunes billing problem & there was a webpage where you could email an apple support worker & rhe replied to my credit card problem within a day or 2 but I can't find that help for this problem..I couldn't express my graditude enough if you could help me with this, but thank you.

    dorygirl2009 wrote:
    I'm not sure if the error message is related but smart friend was using my computer started deleting Quicktime & Safari and told me that they shouldn't be on my computer as they are not windows product & I can't use them on my laptop.
    This "smart friend" really sounds like a collosal moron.
    Follow the instructions here: http://support.apple.com/kb/HT1925  to remove and reinstall all Apple products on your computer.
    Once you get everything working, the next time your "smart friend" wants to touch your computer, tell them firmly NOT A CHANCE IN ****! 
    None of your data (media, podcasts, apps) will be affected by removing and reinstalling iTunes.

  • This iphone can not be used because the required software is not installed. Run the itunes installer to remove itunes, then install the 64bit version of itunes

    This iphone can not be used because the required software is not installed. Run the itunes installer to remove itunes, then install the 64bit version of itunes
    I keep getting the above error everytime I plug in my iphone.
    I am not daft, I do have the 64bit version of iTunes installed already. When I installed itunes 10.5 and more recently 10.5.1 I got an error message that rolls back a section of the installation (The updater I think) before finishing off installing iTunes.
    After the installation iTunes will work normally apart from when I try to connect a device. At which point I get the title error message and I can not sync my phone.
    It's probably down to Itunes not installing properly however no matter what I try I can not sort the problem out. I've tried uninstalling all apple programmes followed by a registry clean, then reinstall. I've tried the same again but in a specific order. I've tried repairing iTunes, repairing the updater etc etc. Nothing seems to work. I'm out of ideas.
    Has anybody had this problem? Please can somebody tell me how to fix it!
    Getting an iPad this Christmas and if I can't sync that up to my PC I may just have to go over to ANDROID!!!

    Is there a way to install this on its own?
    Yeah, let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunes64Setup.exe installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunes64Setup.exe, and select "Extract to iTunes64Setup". WinRAR will expand the contents of the file into a folder called "iTunes64Setup".
    Go into the folder and doubleclick the AppleMobileDeviceSupport64.msi to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport64.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, does an iTunes install go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • I have tried removing and re-installing my itunes on my PC, but it just comes up with a message saying that the error: entry point not found. pleaseee help!

    My itunes was working perfectly and then i upgraded and now it doesn't open and all i get is an error message.
    Ive tried so many times removing and re-installing and it won't work.
    Someone please help me!
    I am a windows 8 user!

    The most thorough explanation of what needs to be done is in the user tip: https://discussions.apple.com/docs/DOC-6562

  • HT6114 My Mac Book Pro had a split drive with Windows Microsoft Access on it and it was removed when Mavericks installed.  I need this so how can I go back to the old system?

    My Mac Book Pro had a split drive with Windows Microsoft Access on it and it was removed when Mavericks installed.  I need this so how can I go back to the old system?

    Restore from the backup you had prior to installing Mavericks.
    However, the upgrade should not have altered your partition scheme. Did your erase and format the drive prior to upgrading?

  • How can I remove default alarm for events in iCal on devices ios?

    Whenever I add an event to my iCal calendar in Mounain Lion it will automatically add one default alert only on my iphone and ipad. These default alarms are not displayed on my macbook or icloud.com
    Default alarms are disabled in macbook, icloud.com, and my ios devices.
    How can I remove default alarm for events in iCal on devices ios?
    Thanks and sorry for my english.
    MacBook Pro, Mac OS X 10.8

    OK, so I have had this issue for the past several months. I think it all started when I upgraded to ML from SL and migrated my calendars and contacts to iCloud. That was a couple months ago. But now I am running 10.8.2, and about two weeks ago I upgraded my iOS devices to 6.0.1.
    I don't seem to be having any issues with events that I create now, but all those old events that were migrated to iCloud a couple months ago, many of those sound alerts on the iOS devices even though there was no alert defined when the event was originally created. I have always had alerts off by default both in iCal and on the iOS devices.
    So here's the question: is there a way to go through and disable all these spurious event alerts? I've been disabling them as the event reminders come up, but it's irritating. It would be nice if there was a way to turn them off all in one shot somehow.

  • I plug in my iPhone and this message showed. "This iPhone cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes, then install the 64-bit version of iTunes." I did this but still not working. Please advise

    I have a problem with connecting my iPhone to iTunes. I uninstalled one of the computer program and restart my laptop. After restart my laptop and a message said that iTunes might not working because one of the component is missing and request to reinstall the iTunes. Hence I remove iTunes from my laptop and I reinstall iTunes to my laptop but still not working.
    Before this the iTunes will automatically launch when I plug in my iPhone. But after I reinstall iTunes, it's not working. When I try to plug in my iPhone after iTunes launched and message "This iPhone cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes, then install the 64-bit version of iTunes." popped out. I did this twice but it's not working as well.
    Please advise what should I do to fix this.

    First make sue you are installing the 64 bit version of iTunes.
    Second make sure it is iTunes 10.7 or later.
    I would download a fresh copy of the 64 bit version of iTunes 11. After installation reboot your computer.
    Before connecting your phone reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • This iPad cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes then install the 64-bit version of iTunes

    I have seen others post this same question but the answers provided does not resolve my problem. My iPad Air is running iOS 7.1.2. I have been using this same computer for three years. It has Windows 7 home premium, service pack 1,  64-bit Operating System, Intel 3.4GHZ computer and 16.0 GB .  I used this same computer with my iPad2 for several years. I purchased an iPad Air a year ago. I never had a problem with either iPad using iTunes. About a week ago, my computer would no longer recognize the iPad Air. I thought it must be a driver problem or iTunes somehow became corrupted. I uninstalled all of the Apple products except for iCloud and deleted any Apple software left in my Program Files and Program Files (x86). I then downloaded from Apple, iTunes64Setup.exe which is a 110,833 KB program. I installed the program without a problem. It installed Bonjour, Apple Software Update, Apple Application Support and iTunes. These programs I had previously uninstalled. I then brought up iTunes.  I now plugged in my iPad Air and a popup message appeared "This iPad cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes then install the 64-bit version of iTunes". OK, I did as instructed. I used the iTunes installer to remove iTunes then ran iTunes64Setup.exe. I brought up iTunes and got the same message. "This iPad cannot be used because the required software is nt installed. Run the iTunes installer to remove iTunes then install the 64-bit version of iTunes"  In general, I have found the Apple software to be robust and reliable. This situation however is very disappointing. I am hoping that someone has an answer that I can use to resolve my problem.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    The section Install missing components has advice on breaking down the iTunes installer into the individual .msi files which might prove useful if one component, such as Apple Mobile Device Support, won't install normally.
    In your case I suggest you start with a clean download of the setup file using the direct link. If reinstalling AMDS alone doesn't work try tearing everything down again.
    tt2

  • Everytime I connect my iPod to USB, iTunes says the following: This iPod cannot be used because the required software is not installed.  Run the iTunes installer to remove iTunes, then install the 64-bit version of iTunes.

    I have the latest 64-bit version of iTunes on Windows 7 Ultimate.  Everything was fine until recently.  Now when I connect my iPod Touch to the USB to sync with iTunes, I get the following message:  "This iPod cannot be used because the required software is not installed.  Run the iTunes installer to remove iTunes, then install the 64-bit version of iTunes"  I have removed, repaired, and installed the 64-bit version numerous times as well as disabled all antivirus / adware utilities.  Same message appears when I plug in my iPod.  Any help would be greatly appreciated.

    Did you try removing and reinstalling all the Apple software using these instructions:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • How come iTunes keeps saying:"this iPod can not be used because the required software is not installed. Run the iTunes installer to remove iTunes, then install the 64 bit version of iTunes?"  Wth...i am using the 64version.

    Hi. How come iTunes keeps saying:"this iPod can not be used because the required software is not installed. Run the iTunes installer to remove iTunes, then install the 64 bit version of iTunes?"  Wth...i am using the 64 bit version of itunes. Why does it keep saying that? Will someone Help me please!? This is is getting frustrating. I already had done a full removal of everything! I even removed and deleted my library...then had to put all 500 songs back on one by one. So, i don't have to remove everything again, just to get my ipod to work on here. You, know before the itunes update, my ipod and itunes were working just fine.

    wow, that was a quick reply. lol. but i have removed everything. I wasn't even able to get iTunes on my computer for a little while. i kept getting errors on that. Now it's saying that the required software isn't installed. Hmm, could it be referring to Apple Mobile Device Support? That is supposed to be installed with when iTunes gets installed right? I only ask, because that  didn't get installed with the itunes setup.

  • HT4623 latest iTunes will not recognize new iPod. i get message "this ipod can't be used because the required software is not installed. Run the iTunes installer to remove iTunes then install the 64 bit version of iTunes." 64 bit version of iTunes is inst

    I have a new iPod Touch 5th gen. My computer works on Windows 7. Latest ITunes gives me this message: "this ipod can't be used because the required software is not installed. Run the iTunes installer to remove iTunes then install the 64 bit version of iTunes." I have already removed and reinstalled a couple of times--making sure to remove all the related applications as well--Bonjour, Apple Software update, Apple Application Support. Help!

    (apologies for barging in, lllass.)
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, does your device connect without that message now?

  • IPhone 6 will not sync music. This has become a problem since using itunes 12. It also will not sync all my pics and video's with my iPad 4  either. Removed and re-installed iTunes with no improvement.

    iPhone 6 will not sync music. This has become a problem since using itunes 12. It also will not sync all my pics and video's with my iPad 4  either. Removed and re-installed iTunes with no improvement. It stops at last step saying waiting for items to copy and just sits there.  The iPad finish the sync, but some video's are missing.

    iPhone 6 will not sync music. This has become a problem since using itunes 12. It also will not sync all my pics and video's with my iPad 4  either. Removed and re-installed iTunes with no improvement. It stops at last step saying waiting for items to copy and just sits there.  The iPad finish the sync, but some video's are missing.

Maybe you are looking for

  • How can I make gmail push on my 5S?

    Upgraded to the 5S and prefer not to use the Gmail App.  Never had an issue with "push" previously.  Anyone have a solution? Thanks.

  • Canon Pro-100 Paper Feed

    New Canon Pro-100. Prints great. The problem: the paper feed in both the manual and the rear feeds are REALLY touchy. It will just declare that there is no paper when there is. I haven't found any clear differences when it works and when it decides t

  • OIM11g - Event handlers - picking up external libraries

    Hi all, I seem to be running into an issue with event handlers. I have to refer to some other custom libraries within them and they don't seem to be accessible by the event handlers. I've put the libraries in JavaTasks and ThirdParty but I'm still ge

  • Table name by a variable

    Am trying to give a table name by a variable but its giving me errors can anyone plz help... resNr is a int! db2.insert("CREATE TABLE "+resNr+"(\n"+ "ID int(11) NOT NULL auto_increment,\n"+ "GAESTNR int(11) NOT NULL default '0',\n"+ "VARENR int(11) N

  • TS3297 I can get to Itunes store but as soon as I search I get an error message. Please help.

    Run time error R6025 - pure virtual function call Happens when I am searching for music. Please help.