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!

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

  • Default users configured with Webcenter Sites 11gR1 Jump Start Kit

    Hi All,
    I have installed Webcenter Sites 11gR1 Jump Start Kit. I want to use James Email Server that is shipped with the JSK and I am not sure of what default users have been configured with the JSK.
    Does anyone know what are the default users configured for James Server?
    Thanks in Advance,
    Hari

    Hi Hari,
    The default admin user fwadmin should be the default for mail server also. Configuring users explicitly for mail server is not possible. To use mail server the below said properties must have values.
    cs.emailaccount-- The account used to send mail
    cs.emailhost--mail server host exe:localhost:25
    cs.emailpassword--password for above said mail account
    cs.emailcharset and cs.emailcontenttype properties are optional. These properties are found in futuretense.ini
    Thanks,
    Harish

  • Problem with sp11, wl 5.1, apache and server root requests

    We have the following server configuration:
    Solaris 2.6
    Java 1.3.1_02
    Weblogic 5.1
    Apache 1.3.20
    We recently moved from sp9 to sp11, and noticed a change in the behavior of the Apache-WL
    bridge (mod_wl_ssl.so).
    We have apache running in front of our WL instance. We're planning to offload static
    content to apache, but for now, we pass all requests through to weblogic. This means
    we don't have any files in Apache's server root. They all are in the (separate) weblogic
    root. This has worked fine until sp11. Now, when you make a request to the server
    root, ie, http://server.com/ or http://server.com, weblogic's 404 page is returned.
    After turning on the debug logs of an sp9 and an sp11 bridge, I think this is what's
    happening:
    The way we have the bridge pass everything on is with a " MatchExpression * " directive
    in the <IfModule mod_weblogic.c> section of our httpd.conf. We've also tested alternatives
    using Directory, Location and LocationMatch directives like this:
    <LocationMatch "^/">
         SetHandler weblogic-handler
    </LocationMatch>
    and the behavior I'm writing about still remains.
    In sp11, when making the root level request, the only request that apache passes
    on to wl is a request for the error page set in the default apache config. (I'm looking
    at the mod_wl debug logs).
    In sp9, you see a request for "/", and wl returns a 302 redirection. The next request
    is to "/index.jsp", which returns correctly (a 200 response).
    What I think is happening is that mod_wl stopped intercepting the "/" URL request
    in sp11. It would then default to apache's mod_dir to lookup an index file for /,
    try to find that file in the apache root(internally to mod_dir), not find anything,
    since we don't have an index file in the apache server root, then generate a request
    for the apache error page, which is then intercepted and passed on to wl. Since wl
    doesn't have this file, a 404 is returned. (whew).
    Now, if I go to the apache server root, and create an empty index file (>touch index.jsp),
    I see one request for "/index.jsp" passed to WL which then returns correctly. Still
    no intial request for "/", which leads me to believe mod_dir is still handling the
    "/" URL request rather than mod_wl.
    Why did this behavior change between service packs, and can it switch back to the
    original behavior? I don't like having empty files lying around. Also, I didn't see
    this change in behavior documented in any of the release notes.
    --peter

    I had a similar problem on Redhat Linux 7.1, Java 1.3.1, Apache 1.3.20
    doing PathPrepends for a Location directive.
    I recently saw they have release SP12 for WL5.1 which addresses
    PathPrepend issues. This could be a similar issue
    http://www.weblogic.com/docs51/classdocs/SERVICEPACK_README.html
    "peter morelli" <[email protected]> wrote in message news:<[email protected]>...
    We have the following server configuration:
    Solaris 2.6
    Java 1.3.1_02
    Weblogic 5.1
    Apache 1.3.20
    We recently moved from sp9 to sp11, and noticed a change in the behavior of the Apache-WL
    bridge (mod_wl_ssl.so).
    We have apache running in front of our WL instance. We're planning to offload static
    content to apache, but for now, we pass all requests through to weblogic. This means
    we don't have any files in Apache's server root. They all are in the (separate) weblogic
    root. This has worked fine until sp11. Now, when you make a request to the server
    root, ie, http://server.com/ or http://server.com, weblogic's 404 page is returned.
    After turning on the debug logs of an sp9 and an sp11 bridge, I think this is what's
    happening:
    The way we have the bridge pass everything on is with a " MatchExpression * " directive
    in the <IfModule mod_weblogic.c> section of our httpd.conf. We've also tested alternatives
    using Directory, Location and LocationMatch directives like this:
    <LocationMatch "^/">
         SetHandler weblogic-handler
    </LocationMatch>
    and the behavior I'm writing about still remains.
    In sp11, when making the root level request, the only request that apache passes
    on to wl is a request for the error page set in the default apache config. (I'm looking
    at the mod_wl debug logs).
    In sp9, you see a request for "/", and wl returns a 302 redirection. The next request
    is to "/index.jsp", which returns correctly (a 200 response).
    What I think is happening is that mod_wl stopped intercepting the "/" URL request
    in sp11. It would then default to apache's mod_dir to lookup an index file for /,
    try to find that file in the apache root(internally to mod_dir), not find anything,
    since we don't have an index file in the apache server root, then generate a request
    for the apache error page, which is then intercepted and passed on to wl. Since wl
    doesn't have this file, a 404 is returned. (whew).
    Now, if I go to the apache server root, and create an empty index file (>touch index.jsp),
    I see one request for "/index.jsp" passed to WL which then returns correctly. Still
    no intial request for "/", which leads me to believe mod_dir is still handling the
    "/" URL request rather than mod_wl.
    Why did this behavior change between service packs, and can it switch back to the
    original behavior? I don't like having empty files lying around. Also, I didn't see
    this change in behavior documented in any of the release notes.
    --peter

  • 'Using ColdFusion with Flex – sample does not work

    Hi, I am having problems with Tom Jordahl's article on 'Using
    ColdFusion with Flex – Part 1: Creating and running a contact
    manager application' found on link '
    http://www.adobe.com/devnet/flex/articles/coldfusionflex_part1_02.html'
    I do not understand his instruction. In step 4, it states:
    "Copy the channel definition from the example Flex
    configuration files found in resources/config (default location:
    C:\fds2\resources\config\). "
    In that folder, I have the following files:
    data-management-config.xml, messaging-config.xml, proxy-config.xml,
    remoting-config.xml. So which file in this folder am I supposed to
    copy from. And where am I supposed to paste it to? Is it into
    WEB-INF/services-config.xml file ?
    When I ran the test,
    http://localhost:8700/samples/dataservice/cfcontact/contactmgr.mxml,
    I get the following errors:
    4 Errors found.
    Error /dataservice/cfcontact/contactmgr.mxml:31
    Definition samples.contact could not be found.
    30: import mx.rpc.events.*;
    31: import samples.contact.*;
    32:
    I am very new at Flex and trying hard to understand this sw.
    Can someone pse help. Thanks a million.

    What he means is to copy the channel section from the
    C:\fds2\resources\config\services-config.xml file:
    <!-- ColdFusion specific RTMP channel -->
    <channel-definition id="cf-dataservice-rtmp"
    class="mx.messaging.channels.RTMPChannel">
    <endpoint uri="rtmp://{server.name}:2048"
    class="flex.messaging.endpoints.RTMPEndpoint"/>
    <properties>
    <idle-timeout-minutes>20</idle-timeout-minutes>
    <serialization>
    <!-- This must be turned off for any CF channel -->
    <instantiate-types>false</instantiate-types>
    </serialization>
    </properties>
    </channel-definition>
    <!-- ColdFusion specific HTTP channel -->
    <channel-definition id="cf-polling-amf"
    class="mx.messaging.channels.AMFChannel">
    <endpoint
    uri="
    http://{server.name}:{server.port}/{context.root}/messagebroker/cfamfpolling"
    class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
    <serialization>
    <!-- This must be turned off for any CF channel -->
    <instantiate-types>false</instantiate-types>
    </serialization>
    <polling-enabled>true</polling-enabled>
    <polling-interval-seconds>8</polling-interval-seconds>
    </properties>
    </channel-definition>
    To the file
    C:\fds2\jrun4\servers\default\samples\WEB-INF\flex\services-config.xml.
    The resources directory contains just templates for
    development, the samples
    directory is a fully-deployed flex app.
    Jorge Hernandez
    "watsonValu" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I am having problems with Tom Jordahl's article on
    'Using ColdFusion
    > with
    > Flex ? Part 1: Creating and running a contact manager
    application' found
    > on
    > link
    > '
    http://www.adobe.com/devnet/flex/articles/coldfusionflex_part1_02.html'
    > I do not understand his instruction. In step 4, it
    states:
    > "Copy the channel definition from the example Flex
    configuration files
    > found
    > in resources/config (default location:
    C:\fds2\resources\config\). "
    > In that folder, I have the following files:
    data-management-config.xml,
    > messaging-config.xml, proxy-config.xml,
    remoting-config.xml. So which file
    > in
    > this folder am I supposed to copy from. And where am I
    supposed to paste
    > it to?
    > Is it into WEB-INF/services-config.xml file ?
    > When I ran the test,
    >
    http://localhost:8700/samples/dataservice/cfcontact/contactmgr.mxml,
    I get
    > the
    > following errors:
    > 4 Errors found.
    > Error /dataservice/cfcontact/contactmgr.mxml:31
    > Definition samples.contact could not be found.
    > 30: import mx.rpc.events.*;
    > 31: import samples.contact.*;
    > 32:
    >
    > I am very new at Flex and trying hard to understand this
    sw. Can someone
    > pse
    > help. Thanks a million.
    >
    >

  • How to customize mavericks' mac osx server apache configuration?

    I have installed Mac OSX Mavericks Server and I would like to add some features to the Apache Server (gitolite, redmine, etc.) I've started with updating the httpd_server_app.conf file in/Library/Server/Web/Config/apache2 but unfortunately it has been overwritten by the server to its default. Maybe because I've updated something in the UI, or an update occurred... Anyway, I would like to know how can I update the configuration file in a permanent and persistent way, and still benefit the OSX Server UI and/or updates...
    I've probably missed the big : "Put your own things here:" label...
    PS: By the way, I wish to modify some of the current configuration, not only adding things...

    If you scroll down through the standard httpd_server_app.conf file you will eventually find a section full of include options. (Some of which are commented out.)
    One of these enabled include options is for /Library/Server/Web/Config/apache2/other/*.conf
    The implication of this is that if you put your own httpd.conf file in the 'other' directory then any settings you put in it will be included in your Apache configuration and will not be over-written by Apple's Server.app software.

  • Permanently change default error configuration in Analysis Services 2005

    Hi,
    Currently, I am working on a BPC 5.1 application.  The data for this application is loaded(inserted via SQL statement) right to the FACT table and then a full process is run for that cube via an SSIS package using the Analysis Services Processing Task.  Often records are loaded this way where a dimension member for some of the records has not been added to the Account dimension yet.  These records after loading are considered 'orphan records' until the accounts are added to the account dimension.
    This loading process is used because of the volume of records loaded(over 2 million at a time) and the timing of the company's business process.  They will receive data sometimes weeks before the account dimension is updated in BPC with the new dimension members.
    If I try and process the application from the BPC Administration area with these orphan records in the FACT table, the processing stops and an error displays.  Then when I process the cube from Analysis services, an error is displayed telling me that orphan data was found.
    A temporary work-around is to go into the cube properties in Analysis Services 2005, click on Error Configuration, uncheck 'Use default error configuration' and select 'Ignore errors'. Then you can process the application from BPC's Administration page successfully.  But, the problem is that after processing the application successfully, the Analysis Services Error Configuration automatically switches back from 'Ignore errors' to 'Use default error configuration'.
    Does anyone have any suggestions on how to permanently keep the 'Ignore errors' configuration selected so it does not automatically switch back to 'Use default error configuration'?  Prior to BPC 5.0 this was not occurring.
    Also, does anyone know why this was changed in BPC 5.0/5.1?
    Thanks,
    Glenn

    Hi Glenn,
    I understood the problem but I can say that it was a bad migration of appset from 4.2 to 5.0.
    Any way they are using a dts package to import data into our fact table. That's means they have to add another step into that package where they have to do the verfications of records before to insert into fact table. Verfications can be done using the same mechanism from our standard import. Just edit that package and add similar steps into customer package.
    Attention you need somebody with experience developing DTS packages with for BPC to avoid other problems.
    One of big benefits from 5.X compare with 4.2 was the fact that we are able to use optimization schema and aggregations for cubes.
    Heaving that orphan records it is not possible to use optimization schema for cubes and you are not able to create good aggregation into your cube.
    So my idea is to provide all these information to customer and to try to modify that package instead to enable that option which can cause many other issues.
    Sorin

  • Creation of IBase with reference to sales order for Configurable product.

    Hi Experts,
            Can any one tell me How to create Ibase with reference to sales order for Configurable Products. I know we can create this using IB63, but what i need to do in this Transaction code and what settings i need to do in SPRO.
    pls send ur replies to [email protected]
    Thank you..

    Hi
      You can create IBase using T-Code-IB53 and in there you can give Parent and child products.
    A)Define Installed Base Category and Installation Rules-CRM
    B)Define Object Families
    C)Define default settings for equipment replication
    D)Define Serial Number Profiles-ECC
    E)Txn BF31-ECC
    F)Set up attributes for individual objects
    G)Set up set types
    H)Set up category
    I)Set up views
    J)Allow reference product for IO
    I hope it helps
    If you require further help let me know.
    Cheers
    Raj

  • How Do I Create Default System Configurations for On- and Off-Dock?

    I recently purchased a T510 laptop with WIndows 7 Professional 64-bit and a Series 3 minidock. I would like two create two default system configurations (namely specifying active montiors, screen resolutions, networking options, and power management). I'd also like the laptop to detect the presence or absence of the dock and automatically switch accordingly. How can I do this? Thank you.

        Dear DavidLeon65,
    Good afternoon. I am sorry to learn of the difficulties you are experiencing with the bluetooth connection in your car. I know this can be frustrating. It would be my pleasure to address your bluetooth concerns.
    When the bluetooth connection drops out, is the phone near you? Also, do you have Wi-Fi turned on? If so, please turn off Wi-Fi, then test. What software version do you have? For directions on how to check the software verison on your phone, click http://vz.to/SrMyDh
    Thank You,
    MichelleS_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Default Role configuration  in CUP

    Hi Experts,
    We are on GRC 5.3 SP9 and I am trying to assign  default roles based on the request type
    I want default roles to be assigned only for certain request type
    these are the parameters I have configured
    Consider default roles: YES
    Request Type: NEW Hire
    Default roles level: request
    user attributes: Company
    So I am forced to choose default role user Attribute Company.
    I was expecting that whenever a request is created for a new hire I wanted such and such role to be assigned by default!
    but now whenever  a company( for which i mapped the default roles) is selected its putting default roles in all the request types
    I would expect its only puts default roles for my request type NEW HIRE
    for the respective company !
    Any thought? I am missing something?
    Regards
    MK

    Hello Alpesh,
    SAP has come  back saying that the application is designed that way always works with the comibation of  user attributes
    to me its clearly user attributes are taking over the request type ( clearly ingorning ) i dont see a point why they have field in default role configuration  for request type ( Request type  might as well be simply CUP)
    they have asked me try with user attribute  as system  instead of company , looks like it works !
    I will give you more info
    Best Regards
    MK

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

  • SAP GUI not working with SAP* and DDIC default passwords

    Hi SAP Guru's ,
    at last I installed the SAP ECC6.0 on Windows 2003 (stand alone) with Oracle 10G database.
    I installed the SAP GUI , when I am trying to loging from SAP GUI clients 000 and 001 with SAP* and DDIC user accounts I am naot able to login . please give me the how to configure this .
    thanks in advance
    Edited by: srinivas kaveti on Apr 4, 2008 9:16 PM

    Hi Srinivas,
    You should set "login/no_automatic_user_sapstar=0", in the SAP profile. With ECC 6.0, default sapstar user deactivated. You can take a look at OSS note #68048, for detailed information.
    Best regards,
    Orkun Gedik

  • Default cache configuration

    Hi
    I am new to coherence. I am using coherence as the cache for top link. For testing purpose I did not change any default cache configuration settings. I am able to put and get my data from coherence but I want to see it from coherence console window. How can i see it as I dont know the cache name or map name.
    Thanks

    Hello,
    I didn't find a way to get the list of caches from the console, but you could get them from jmx. You can start your Coherence console with jmx enabled, then in jconsole look at the Coherence->Cache section. Under each service, DistributedCache for example, there will be an entry for each cache. Then in the console, you can use that cache name in your cache command, e.g. "cache foo".
    Hope this helps,
    Patrick

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

  • How to adapt Apache configuration to OS X Server?

    I'm trying to get Server working on a Mac Pro that had been very happily running a number of websites with the built-in Apache installation all the way up to and including 10.8.  Sigh.  Server has been a complete nightmare in a bunch of areas, but especially with getting the websites working properly.  Things are sorta kinda working, but I'm nowhere near where I was before.  Maybe someone here can help...
    Here's how things are set up:
    My Apache config files are still in /etc/apache2 -- the main stuff is in httpd.conf, with a number of site definitions in /etc/apache2/other; these get loaded through an include statement in httpd.conf.
    I've created entries in the Websites section of Server pointing to the sites.  I've left the sites' files in /Library/WebServer/Documents where they used to be, and pointed the server entry to those files via the "Store Site Files In:" option.  In the cases where the domain name is something like example.com, I've set up the "Domain Name" entry in Server as www.example.com.  I've then added "example.com" as an "Additional Domain"
    What's happening is that the "www." versions of the sites are getting found and presented, but the basic domain doesn't work -- visiting www.example.com works, but visiting example.com doesn't.  In addition, some of the sites have nontrivial (and necessary) stuff in their config files -- redirection and the like -- and it's clear that the things specified there aren't happening.
    So, as a first guess, it looks like the config files in /etc/apache2 aren't getting read, or interpreted, or whatever.  If this is meant to be a real web server tool, surely there's a way to handle custom Apache configurations.  Does this may sense to anyone?  Are there any clues out there?  To my eye, getting this stuff working should have been trivial, and it's been nothing but a nightmare.

    Hi Jim,
    I've had similar problems with OS X server but have gradually overcome them all, through working out the 'intent' of the developers.  My main reason for installing OS X server was to take things back in house after one of my commercial sites got hacked.  With a very Apple-centric household, I thought it would make life easier with tools like Profile Manager. 
    If you we're to ask me my reasons now, I would probably say its that I refuse to be beaten as I have spent so much time getting it right.
    The good news from your point of view is that there are loads of people like me within the forums who can help with whatever ails you!
    My config is as follows:
    OS X standard Apache and Postgres
    PHP 5.4 with additional modules for imap integrated with OS X Apache but never to be clobbered by OS X upgrades.
    MySQL via homebrew.
    Running on OS X server.
    Domain1.com - OS X wiki server
      - Roundcube Webmail installed as a webapp with MD5 auth ( can be attached to any website domain this way)
    -   Webapp for Reverse proxy to an Ubuntu Server instance running under Parallels VM on same machine (different IP address) providing UPS monitoring and shutdown of all machines on network through NUT and SNMP monitoring via Cacti. My particular UPS's (Powerware 5110 x 2) USB driver not working under OS X power management nor NUT under OS X.
    - 2 minecraft servers for my son and his mates!
    Domain1.com.au - commercial site running Drupal CMS  / Postgres
    Crm.domain1.com.au - SugarCRM CE 6.5 / MySQL integrated with OS X mail and calendar server.
    Web mail via webapp
    Domain2.com.au - commercial site - HTML
    Webmail via webapp
    Why not list what you are trying to do and what's not working and we can try to sort it out.
    Cheers
    Gerry

Maybe you are looking for

  • Why dosen't my server work

    why dose my servier want to work

  • Nvidia Settings not saved or dont load after reboot

    Hi there , look well i try to put the follow settings : Well during my current session that apply without problems , well when i reboot , or shutdown after i power on the pc . the settings are reset to : How i can saved and load the settings when i s

  • Time Machine deletes old files without notice

    Once in a month I intiate the Back Up Now command Time Machine works about 30 minutes and then anounces it could not backup Then I see most of my old backups in the Trash. I could not recover them. There is now 40 Gb space on the external hard disk b

  • Slideshow image quality

    I edit photos with I Photo and they look fine in the albums. When I run a slideshow on my computer, however, the images show considerably darker, with more intense colours. It becomes impossible to know how to edit for this. Is this usual? Is there s

  • Forms problem in Window 7 64 bit

    Dear Members I have installed "Forms [32 Bit] Version 10.1.2.0.2" on Windows 7 64bit. I have the Internet Explorer 9. Now when i run the forms it prompts for download jinit when i try to download it show the error dialog box as under Jinit.exe Cannot