Hide Apache Information & PHP software version

I would like to Hide Apache Information & PHP software version like described at this URI:
http://www.debianadmin.com/apache-tipshide-apache-information-php-software-versi on.html
With the OS X Server what and where is the apache directives in Apache configuration file /etc/apache2/apache2.conf?
I assume on OS X-Server this is the httpd.conf but isn't that file not to be edited and instead edit the virtual hosts within /private/etc/apache2/sites?
A bit of advice here and instructions like the linked page would be greatly appreciated.

I assume on OS X-Server this is the httpd.conf but isn't that file not to be edited and instead edit the virtual hosts within /private/etc/apache2/sites?
The ServerSignature command can be added at many levels - if it's added to /etc/apache2/httpd.conf then it applies to all sites running on this server.
If you add it to an individual site's configuration file then it only applies to that site (other sites on the same server would still publish the server data).
Therefore it's entirely up to you as to where you make the change, depending on what your goals are.
It should be safe to change the directive in /etc/apache2/httpd.conf - that should be persistent. Adding it to a site's config file runs a greater risk of getting overwritten if you change the site via Server Admin.

Similar Messages

  • Multiple versions of Apache and PHP

    I'm setting up a new Xserve with Apache2 and PHP5. I understand that Xserves ship with Apache2 and Apache 1.1 already installed and when I do
    httpd -v
    it reports back the older version of Apache. When I do
    php -v
    it reports back version 4.4.1.
    At the time I investigated this, I didn't know Apple had pre-installed Apache2 so I installed it via Fink and FinkCommander. When I installed it originallyl from the entropy.ch files, asking httpd for its version reported the older version even though the System Preference pane said that Apache2 was up and running. What is going on that both are running simultaneously?
    After installing Apache2 via Fink, httpd now properly reports its version as 2.0.55... which is what I would expect after properly updating Apache from 1 to 2.
    I'm experiencing something similar with my PHP5 installation via Fink. Asking terminal for php -v reports version 4.4.1, however when I query PHP through a web script running phpinfo() it reports back in the web browser as being version 5.0.4.
    So, what triggers the command line to report back different versions of installed web services than other methods? Why does my webpage through phpinfo() report back 5.0.4 where terminal says php -v is 4.4.1? Does it even matter? Does this mean two copies of PHP are running? What turned on the old version? I thought PHP had to be triggered by a PHP request. Why does Apache2, when insttalled through one method still report the older version when queried through terminal, but installed a idffererent way report the new version? Why did that not seem to afffect the ability for Apache2 to run properly? What does the version, as reported through terminal, of a given web service even mean if multiple versions of web services can run simultaneously and multiple reports of those versions can return different results? For that matter, how can I then truly verify that the version running is the version I installed? It wasn't until terminal reported my version of httpd as being 2.0.55 until I felt like the Apache2 installation was truly successful. Was I overthinnking the problem? Is there even a problem? Aaaagghghgh!!!!!!
    17 Powerbook - 1.5Ghz   Mac OS X (10.4.4)   2GB RAM, Adobe CS2, Xcode 2.2

    Ahhh!!!! OK, that makes a ton of sense. I checked the PATH environment variable and see what you're talking about.
    This kind of leads to a follow up question . If I do a
    php -v
    and I get back some information about some version of php installed at some path referenced in the environment variable, how can I tell what path OS X found the php command in? Is there any way to say, "Hey, computer, tell me where you think php is located." Because there are seven or eight paths I could search in, but it seems like a trivial matter for the computer to just tell me where it's looking, rather than me hunting for the command file.
    It also seems that fink has installed /sw paths into my environment variable for me and that my apache httpd command is located in one of these but my new installation of php5 is not. That's really what was tripping me up was that I hadn't modified the environment variable for $PATH myself and some things were reporting properlly and others were not. Fink did most of the work I expected, but not all, leading to a confusing version report.
    17 Powerbook - 1.5Ghz Mac OS X (10.4.4) 2GB RAM, Adobe CS2, Xcode 2.2
    17 Powerbook - 1.5Ghz Mac OS X (10.4.4) 2GB RAM, Adobe CS2, Xcode 2.2

  • Application deployment wizard- General Information-.Publisher and Software version fields - HOWTO build installation to support?

    Hi all,
    I have built an installer (using WIX) that gets deployed by SCCM Application Deployment.
    The Publisher and Software version fields on the "General Information" page of "Create Application Wizard" do not get populated for the specified msi.
    I looked in Orca at the Property table for the msi and the Manufactuer and ProductVersion values are filled in correctly.
    Where is the SCCM "Create Application Wizard" looking for the "Publisher" and "Software version" values within the msi?  It would be very useful to the SCCM Administrator if these values get filled in automatically by using
    the values within the msi.
    Thanks in advance! 
    Anthony LaMark

    Hi,
    If you could get the Manufactuer and ProductVersion values from Orca.
    Use the following command creates a new application with the Manufactuer and ProductVersion.
    PS C:\> New-CMApplication -Name "Contoso-test" -AutoInstall $True -Description "Contoso-test1" -Keyword "Contoso" -LinkText "Contoso-App" -LocalizedApplicationDescription "Contoso-test" -LocalizedApplicationName
    "Contoso-test" -Manufacturer "Contoso-Mfg" -OptionalReference "Contoso-test4" -Owner "Contoso-testOwner" -ReleaseDate 2013/5/24
    -SoftwareVersion "v3" -SupportContact "Contoso-supp" -UserDocumentation "Contoso-Help:"
    For more information, please refer to the link below:
    New-CMApplication
    http://technet.microsoft.com/en-us/library/jj821860.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • About building Apache and PHP from source

    Hello,
    I figured my question should be posted here, if it should be done somewhere else, I apologize.
    I'm in the process of exploring solaris 9 (I have RH5 - 9, FC1-3 and FreeBSD 4.7> experience). I was wondering which tools I need to build stuff from source, like Apache and PHP. I am aware of www.sunfreeware.com, which helped me out with mc and other useful stuff.
    The problem I see is that when I install packages from sunfreeware.com, I must rely on the package maintainer to release a new package for newer Apache/PHP versions (with bug/security fixes in it). I plan to run a public webserver on this config, so I figured it'd be best to build what I need from the source so I can update it anytime I like.
    What I installed from sunfreeware.com:
    autconf
    automake
    gcc
    make
    bison
    expect
    mc
    libiconv
    ncurses
    flex
    What else do I need to successfully build software from the source?
    Are there any people running a public web/dns/mailserver on Solaris (whatever the version)?
    If someone could answer to those questions, I'd be most grateful.
    Bas

    Have you installed the companion CD? All you need is there.
    Have you tried to compile?
    If so, what errors do you get?

  • Software versions on fieldpoint controller

    I was updating my cFP 2120 with the newer software versions (because I'm having some problems with communication via Datasocket and logos, which I'm going to post in the Labview forum, and thought this might help), updating all software versions to that of my PC.  Too late, I noticed that I updated the Labview RealTime to version 8.0 from version 7.1 but I am only running LV 7.1 both on my realtime app and on my PC.  Now when I try to set my LV target to my cFP I get the error: "Access denied: LabVIEW RT communication protocol version mismatch."  I'm assuming it's because of the 8.0/7.1 descrepancy.   So I tried to go back to LabView RealTime 7.1 on the cFP but when I do that it gives me the error: "Cannot process install because other dependencies are required: LabView RealTime 8.0."  I think I'm trapped in a circle!
    So my most basic question is, How do I go back to the way it was?
    My other question is, is there somewhere to get a list of the most current versions of the software that should be installed and are compatible with LV 7.1?  The ones that I need to know are the ones installed on the cFP controller (the list that appears when you right-click on Software and choose Add/Remove software):
    Datasocket for LabVIEW Real-time - 4.3 or 4.2?
    FieldPoint drivers - 5.1.2 or 5.1.0?
    FieldPoint VI Manager - 4.0.0 or 3.1.0?
    LabVIEW RealTime - 7.1 or 8.0?
    NI-IrDA RT - 1.0.2 or 1.0.1? (I don't even know what this is)
    NI-Serial RT - 2.5.6 is OK?
    NI-VISA - 3.4.1 or 3.3.1 or 3.2?
    NI-Watchdog - 2.1.4 is OK?
    I also have a Network Variable Engine and a Variable Client Support but neither are installed on the cFP - don't know if they should be.
    In general I'm using Fieldpoint 5.0, I'm assuming this is OK for LV 7.1??
    Thanks for any insight.

    Hi !
    I’m new on FP platform and I have quite the same problem :
    on my controller (2120) :
    fieldpoint drivers 5.1.2
    fieldpoint Vi manager 4.0.0
    real time 8.0
    ... (see the attached image)
    this set-up was made by my predecessor (gone forever with the coding computer)
    for some obscure reasons and now my boss ask me to make some modification on
    the code, so I tried to deploy a new version on the FP and of course there is a
    version compatibility problem with versions installed on my computer
    I have tried both LV 8.0, 8.2, LV real time 8.0, 8.2
    I need LV and LV RT 8.2 to open the project and I was unable to export it to a
    previous version (8.0)
    real time 8.0 seems to be needed by the controller (instead of 7.1) but when I
    try to deploy I think 8.2 is used by my computer
    the LV code deployed on the controller works fine but we need to add some fonctionalities, I was thinking of re-inteall all the compatible versions but my boss doesn’t want me to modify the software installed on the controller because
    in case of a problem we have a production problem ... so I can just do watever I want with my computer
    in he's memories a NI guy is came few months ago to make some modification on
    the coding computer (gone) but there is no information about what does he made…
    is there is a way to get off this shit ?
    sorry for my
    poor english
    matthieu
    Attachments:
    max.png ‏11 KB

  • My computer crashed and I need to reset up my phone.  Iphone 3 running software Version 4.2.1

    My computer crashed and I need to reset up my phone.  I do not have a backup.  Iphone 3 running software Version 4.2.1
    After researching this, I understand that I will need to reload iTunes on a new computer, deactivate the prior computer and authorize the new computer with iTunes. I can then restore any apps and music purchased through iTunes. (Insert Question 1 Here.) Then Sync the phone with the new account, taking care to do it manually so as not to overwrite the information on the phone.  This should restore the apps and music to my phone. (Insert Question 2 Here.) This process will not restore photos (Insert Question 3 Here.) I would like to over write my current phone calendar (start fresh remove all appointments) and have it sync with a different iTunes.  (Insert Question 4 Here) .
    Am I forgetting anything or misunderstanding anything?   Thank You!
    Question 1:  Apple help states that you can download previous purchases directly to phone with iOS4.3.3.  Then later states that iOS 5 or later is required for iPhone (CDMA Model).  ON this page http://support.apple.com/kb/HT2519  I am still running Version 4.2.1 on my iPhone 3. Will this cause difficulty with restoring apps and music (purchased through iTunes) to my phone? 
    Question 2:  What happens to data stored in the apps within the phone?  Like password information stored in Splash ID, Files Stored in Air Sharing, or photos stored in a separate app (not the standard photo library)?
    Question 3:  Will the photos in my iPhone standard library be deleted when I sync?  Does anyone know of a way to save them other than emailing them to the computer, prior to syncing?
    Question 4:  Is it possible to have my calendar and contacts sync at my office computer and have the other items sync to my personal home computer?  How does that affect my restore process? I want to ensure the contacts are NOT deleted, but I want the calendar to be overwritten and start fresh.

    The software update process does not touch any user data or settings. Fact is, merely updating your software should not have deleted your contacts. Something else is going on here. First of all, the only signed firmware available for your phone is iOS 4.3. So, how were you able to update to iOS 4.2.1, since that is no longer available from Apple? First thing done when you update software is an iPhone backup. Included in that backup are your contacts. Connect your phone, iTunes running, DO NOT SYNC, right-click your phone in the left device pane & select "Restore from Backup". Select the backup made when you started to update your phone. Note: this will also install iOS 4.3 on your phone.

  • Dear Communities, please kindly assist me. I use iphone 3GS with Software Version 4.1. Each time I connect my iphone to my Laptop through itune. itune automatically tells me that itunes connect to itune store. An unknown error occured(306)

    Dear Community,
    Please, kindly assist me with following challenges. I use iphone 3GS. I have used the phone for almost a year now. My iphone 3GS cannot connect to the itunes store. Each time I connect my phone to my Laptop through itunes. A message will automatically come up which states that "iTunes could not connect to the iTunes Store. An unknoown error occured (306)". It also make a footnote which states "make sure that your network connection ia active and try again". When I click the button labeled OK just below the messages, another message will come up which reads, "A new iphone software version (5.1) is available for the iphone software. Would you like to download it and update your iphone now?". It gives me the option buttons such as CANCEL or DOWNLOAD AND UPDATE or DOWNLOAD ONLY. If I click on DOWNLOAD AND UPDATE or DOWNLOAD ONLY. Another message will appear which states that "The iphone software update Server could not be conted" With a Footnote that states "Make sure your network settings are correct and your network connections is active, or try again later.
    The above challenge has continued for more that 3 months now. This challenge has hindered me from installing some applications like Facebook Application for iphone, LinkedIn application for iphone and a lot of other applications. Each time I try to get these applications my iphone 3GS while inform that my current ios version 4.1 cannot work with the application, that they requires at least ios version 5.1 or above.
    Please, I really need your kind assistance. I am ernestly waiting for responses.

    Dear Tim,
    I saw your message. Below are the problems:
    Whenever I connect my iphone 3GS to my PC through a USB. My itunes software comes up automatically.
    1. After that a message appears from the itunes that states that 'itunes could not connect to the itunes store, an unknown error cccured (306).
    2. After the above, an alert message comes up which states that A new iphone software version 5.1 is availlable for my iphone. It then states would you like to download it and update your iphone now? With the options buttons as Cancel or Download and Update or Download Only. Whenever I clicked on Download and Update or Download Only, the next message that comes up is that The iphone Software Update Server Could not be Contacted and suggest make sure your network setting are correct and active or try again later.
    The above is the challenges I am facing now.

  • Problem updating iPod software (version 1.2)

    I'm trying to update my video iPod (30GB) with the latest software (version 1.2) through iTunes, but I get the following message:
    "The iPod cannot be updated because it contains files that are in use by another application."
    I've tried restarting the computer and resetting the IPod, but still get this message.
      Windows XP  
      Windows XP  
      Windows XP  

    I had the same problem (before I bought my Mac). Apple hides the fix pretty well. It can be found here: http://docs.info.apple.com/article.html?artnum=304468. Hope this works for you!

  • Will Apple update Apache / MySQL / PHP on Tiger 10.4.11

    Recently, a scan was made on the two xServes that I have, both running 10.4.11 with only the web services set up. They are running the default bare bones setup for Tiger Server 10.4.11.
    The scan showed issues with the current install of Apache and PHP. I have been told I need to update the serves to a more secure version of Apache, Mysql, and PHP.
    Does anyone know if Apple is going to issue an update for this? Is my only option to patch together a more recent version of Apache, Mysql, and PHP to patch this?
    Or is Apple's answer to my dilemma is to just upgrade to Leopard?
    Thanks for your comments.

    Your choices here fairly limited; there's the upgrade Leopard, loading (for instance) the [MAMP|http://mamp.info] kit or other such kit and shut down the integrated stuff within Mac OS X Server, or rolling your own Apache and related pieces. If these are Intel Xserve boxes, then you could tactfully and officially drag your heels for a couple of months and upgrade to Snow Leopard.

  • IPod Shuffle (4G / 4th Generation) w/ Software Version 1.0.1, iTunes does not find 1.0.2 update

    I have an iPod Shuffle (4G / 4th Generation / A1373) running Software Version 1.0.1. I know that version 1.0.2 is available. However, iTunes says that there is no update for it. I have reset the iPod Shuffle and tried everything I can think of.
    Any advice / information would be greatly appreciated.

    My 1.0.1 is not being recognized by the latest version of Itunes...11.1.3.  Really getting fed up with Apples "upgrades" obsoleting other hardware and software...particularly their own.

  • Best information manager software?

    I work as a reporter and often research large, sprawling investigative projects. I'm looking for the best information manager software out there, and am wondering what would work best. Here are the features I'm looking for:
    -Allow me to me to easily attach a reference to a file (as opposed attaching a whole file, which would eat up a ton of space), AND allows me link to a particular section w/in a file (for PDFs, Word / RTF docs, web pages, etc.). Some sort of drag and drop feature would be great...
    -It would be great if it would also allow me to attach a similar reference to sound files as well, such as WAV or MP3s -- for interviews.
    -Interfacing w/ Spotlight and, if possible, Mailsmith, NetNewsWire, and FileMaker Pro (tricky, I know).
    -Powerful searching capabilities, and searching options that will allow me to refine searches
    -Indexes everything, builds cross-references, and allows extremely flexible input
    -Encryption or some level of added security
    I've heard people reference Devonthink Pro, Circus Ponies' Notebook, Yojimbo, and TopXNotes. Any suggestions?

    I've heard MySQL is great for maximum flexibility in designing a database, but i've also heard it has a sharp learning curve and isn't very user friendly. Does it interface very well w/ other app's? What about Spotlight?
    I currently use FileMaker Pro, but it doesn't interface w/ Spotlight or DEVONthink or...well, many app's actually. I tried downloading the most current version of Bento, but unfortunately it requires Leopard. Will see if I can find an earlier version to play around w/... In what way do you see DEVONthink as too confining? I'm tooling around w/ it right now and so far it seems pretty good, but I'd love to hear about it's shortcomings.
    Thanks for your feedback! Any other suggestions / ideas...?

  • What has been updated in each new software version...

    I just updated my N95 8GB firmware to 30.0.0.18. My previous version was 20.0.016. It sounds like huge step when main number has increased from 20 to 30.
    However in the software update news page, which the main topic in this discussion area "TOP questions about Software Updates - start here" refers to eg. http://europe.nokia.com/A4577225 only has a few sentences about the new features of new firmware version. (and actually only for version 30.0.0.15, see news subtitle "Nokia N95 software version 30.0.015 released " ).
    I'd like to read more about the new features of 30.0.0.18 or 30.0.0.15.
    In general, is there a site, where new features or improventmens of the firmware versions are documented?
    br: zimi

    Nokia considers changelogs to be confidential information and does not release them to the public.
    If you see any such information, it is leaked information and should therefore be treated with circumspection.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Connector specific error - blackberry bold 9790 - desktop software version 6.1 and outlook 2010

    Hi there
    I've recently upgraded my business partners' outlook from 2007 to 2010.  In doing so we've had a corrupt profile which we have had to delete and then replace with a new one.  In doing so his outlook started working again but now his blackberry isn't synching the calendar entries. 
    Here's the basics:
    - Bberry model - Bold 9790
    - Bberry operating system - Blackberry's latest (7.1 I think)
    - Blackberry desktop software 6.1 - this is intentional as we have found in the newer version of hte desktop software that we cannot map our teamsite calendar from outlook and sync the entries
    - Outlook version 2010
    - Calendars we are trying to sync are a personal one from a pst folder and a teamsite one from sharepoint linked to our microsoft exchange set up.
    The error we are getting is a 'connector specific error'
    I have worked with him to create the PTtrace.log and tif.log files.  I've gotten reams of pages; but the errors on todays date (when the problem began) have come up with error 4238, 113, and 12.  We have tried un-installing and re-installing 6.1 as well and no luck.  We have re-set the configuration setup and re-mapped folders; chosen the new outlook profile, etc and still keep getting same error.
    I'm now starting to think that there is a problem with the mapi profile as a start and wonder if outlook needs to repair itself or whether we are getting the error because of a duplicate entry somewhere (though if you asked me to tell you where from the logs I couldn't identify it).
    I'm litterally tearing my hair out because my poor business partner lives and dies by his blackberry.  Really want to try to get this resolved; but need some help and suggestions as I've tried most of the main causes and fixes. 
    Any assistance would really be appreciated so I can put him and myself out of our misery.
    Thanks in advance.
    Cel

    Hi and Welcome to the Community...apologies for the delayed reply...hopefully you already have this resolved, but just in case!
    Thank you for the thorough report...that helps tremendously. Sadly, though, none of the errors you listed reveal anything useful when I search the public KBs...perhaps you will be more lucky
    http://btsc.webapps.blackberry.com/btsc/microsites/microsite.do
    Even though it sounds like you may have done all or part of this, I encourage you to research the process in this thread:
    http://supportforums.blackberry.com/t5/Desktop-Software-for-PC/Cleanly-quot-Starting-Over-quot-with-...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Your suspicion about the MAPI Profile may well be warranted, in which case this KB might be useful.
    KB02083 How to create a Microsoft Outlook MAPI profile
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Trying backup and install software version 7.0 Bundle 2416

    I can't help but have the same problem trying backup and install software version 7.0 Bundle 2416?   Anyone got any ideas - my 9900 is now completely unusable and is stuck on "Backing Up Your Data"!!

    Hi and Welcome to the Community!
    RIM is constantly changing, due to many many reasons (some of which are licensing), the compatible PIMs for the Desktop Software. I've no idea what prior version supported CardScan, but the current KB regarding compatibility is here:
    KB12268Applications supported by BlackBerry Desktop Software for Windows for synchronization
    You can find some older versions of the Desktop Software in this archive:
    http://www.blackberryforums.com/rim-software/253387-archived-rim-desktop-software.html#post1744114
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT201210 Pls i was trying to update my iphone 3G to software version 4.2 using itune. The process did not complete succesfully. I then decided to restore back my restore my prevoius version 4.1, it stopped with an error code1015. Pls i need help

    Pls i was trying to update my iphone 3G to software version 4.2 using itune. The process did not complete succesfully. I then decided to restore back my restore my prevoius version 4.1, it stopped with an error code1015. Pls i need help

    Go here: http://www.iclarified.com/entry/index.php?enid=750 and download iOS 4.2.1 for the iPhone 3G. Perform a restore, but hold down ALT when clicking restore. Restore from this file you just downloaded. You should not get 1015 as you are upgrading, but if you get a different error, report back.

Maybe you are looking for