Apache will not start with fastcgi

We use an acgi called LiveIQue for our website. This plugin requires FastCGI to render the pages. Works fine with 10.3. We've just purchased and installed a new Intel Xserve with 10.4.8, and every I install the FastCGI module, apache will not start. If I comment out the FastCGI, apache starts.
Anyone else having this problem.?

I just configured and tested mod_fastcgi and can say it works with apache 1.3.33
I understand it can also built for apache 2 however I haven't done this yet and I may eventually get to it.
As well, looking into fastcgi I decided to try and build php as a fastcgi application and install it with lighttpd (with all the bells and whistles) and this also works rather well, speedy for what it does.

Similar Messages

  • HT1883 I am trying to run a hardware test. The Computer will not start with the "D" key held?

    I am trying to run a hardware test. The Computer will not start with the "D" key held?

    If you are using a Blutooth keyboard, don't hold the "D" key until the keyboard is recognised (green light)
    Running AHT in Lion
    http://support.apple.com/kb/PH4510

  • A 305- S6825 will not start with the battery and charger. There's no light, no noise on fan or HDD

    PC will not start with the battery and charger. There's no light, no noise on fan, hard drive and CD writer. The hard drive, fan and charger are new. But I was havingproblems and sudden blackouts System 32. Try several times to install theoperating system but the pc turned off suddenly and restarted until I stop working completely. Now it does nothing and no light. I hope it can help me I need torespect and love very much this notebook.
    Thanks in advance
    Jose Echevarria
    [email protected]

    Turn off your laptop, unplug all wires, remove the battery, and hold the power button for thirty seconds. Afterwards, reattach the battery and connections. If it still won't start, remove the battery and start with just the AC power. Next try without the AC power and just the battery.
    - Peter

  • Will not start with hd

    Insatalled a WD5000 hd in intel  21" imac 2006 worked fine for a couple of months then tried to switch on and got the Apple logo and spinning wheel. Tried to reset PRAM, starting from DVD and in Target mode - nothing. Will not respond to keyboard.  Replaced old drive  - no problems. Whats happened?

    4 hours by bus to an Apple store.
    So Original Drive(O) working Ok. but computer will not start from WD drive by usb. Got a 3.5 external case and checked WD drive using  Disk Utility. After about a minute Disk Utility stops & says "disk needs repairing". Repair disk and Utility says "Ok". Run a check again and "OK" Try to start computer from WD with usb but no good so run Disc Utility again and it stops and says "disc needs repairing". Went through this process 4 times, same result.
    If I try to start computer with WD pluged in by usb it will not start. I must disconnect and then it is Ok.
    Got a Seagate(S) drive & copied WD using "Restore" then tried to start computer with S drive over usb. Same result as with WD, disk needs repair etc.
    Don't know what I did but computer will not start from O drive now so no computer.
    Drive WD & O show up Ok on a Macbookso they seem to be Ok.
    HELP.

  • Apache will not start if ssl is enabled

    Hello,
    I recently upgraded from LMS 3.1 to LMS 3.2.  One of our end users pointed out that I forgot to enable https in the Common Services -> Server -> Security area.
    I re-enabled https and now the 'Ciscoworks Web Server' will not start up.
    If I disable https using ConfigSSL.pl from <NMS root>/MDC/Apache/bin then Ciscoworks comes up fine again.
    The log file in <NMS root>/MDC/Apache/logs/error.log shows the message:
    Failed to configure CA certificate chain!
    I have deleted and regenerated the self-signed certificate several times and this pattern repeats.
    I am running LMS on Windows Server 2003 R2.
    Any suggestions would be appreciated.
    Thanks.

    Joe,
    As requested, here are the files.
    I was able to force Apache to start using the Service control panel.
    However, when I spawned a browser the error message is:
    Forbidden
    You don't have permission to access /cwhp/LiaisonServlet on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
    Don't know what this means either.  Again, if I turn https off, everything comes up fine.
    Thanks.
    Bob

  • Tomcat service will not start with JRockit 8.0

    We are trying to use JRockit with Tomcat 4.0.1. It runs great as a console app
    but when we try to run it as a service it will not start. Has anyone had any luck
    with this.

    Hi Bob!
    You can use the jk_nt_service descibed and downloadble at
    http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/
    To make this work on JRockit you have to follow these instrcutions.
    But also do this:
    Make sure that you environment variables are set up correctly. Make sure
    that
    you have set your JAVA_HOME environment variable correctly, and that that
    "%JAVA_HOME%\bin" is available in your PATH environment variable before any
    other directory where any version of java.exe may exist. When running
    applications as Windows services it is crucial that you set these
    environment
    variables system wide. To do this open
    Start->Settings->Control Panel->System
    and select the Advanced tab. Click on the "Environment Variables." button.
    To
    set system wide environment variables you must edit in the lower part of
    this
    dialog, i.e. the part called System variables.
    When using jk_nt_service the Tomcat startup is defined in
    %CATALINA_HOME%\conf\jk\wrapper.properties
    Make sure that you set the three properties wrapper.tomcat_home,
    wrapper.java_home and wrapper.cmd_line are set accordingly.
    wrapper.tomcat_home must be set with the installation directory of tomcat
    wrapper.java_home must be set to the same value as the JAVA_HOME environment
    variable.
    The property wrapper.cmd_line defines the startup command.
    At the time of writing, this property should be set to
    wrapper.cmd_line=$(wrapper.javabin) -Xnohup
    -Djava.security.policy=="$(wrapper.tomcat_policy)"
    -Dtomcat.home="$(wrapper.tomcat_home)" -classpath $(wrapper.class_path)
    $(wrapper.startup_class) -config $(wrapper.server_xml) start
    for JRockit. Normally this command includes a non-standard option to stop
    the
    JVM from shutting down the process when a user logs off. For JRockit this
    non-standard option is -Xnohup, for the Sun JVM it is -Xrs.
    / Sten
    "Bob Siragusa" <[email protected]> wrote in message
    news:[email protected]...
    Thanks for your reply Sten.
    We slightly modified tomcat.exe to install our app as a service.
    Really the only changes we made were to the name of the service and weadded a
    few application parameters with -D. We still use the same startup andshutdown
    hooks to the Bootstrap jar. This is where we think there may be a
    problem.
    >>
    I am now trying to use SilverEgg Technologies open source Java ServiceWrapper
    but have not progressed very far yet.
    Bob
    "Sten Garmark" <[email protected]> wrote:
    Hi Bob!
    Are we talking Tomcat controlled by a Windows Service? If so, how are
    you
    trying to make this happen?
    Can you please point me to the documentation of this and the win32
    wrapper
    service that you are using?
    I would like to be able to re-produce your problem.
    / Sten
    "Bob Siragusa" <[email protected]> wrote in message
    news:[email protected]...
    We are trying to use JRockit with Tomcat 4.0.1. It runs great as aconsole
    app
    but when we try to run it as a service it will not start. Has anyonehad
    any luck
    with this.

  • Apache will not start

    Hi All,
    Just upgrade to 10.4 Server...
    Server Admin will not start Apache. I receive an error to check the error log. I tried starting apache in the terminal, and it looked like it was loading the sites that we host - but no error, just a message. The last two lines are:
    Processing config file: /etc/httpd/sites/virtualhostglobal.conf
    /usr/sbin/apachectl start: httpd could not be started
    When I check Server Admin and look at the error log I receive this:
    [Sat Apr 8 01:18:27 2006] [error] mod_ssl: Init: Pass phrase incorrect (OpenSSL library error follows)
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D094068:asn1 encoding routines:d2iASN1SET:bad tag
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D0680A8:asn1 encoding routines:ASN1CHECKTLEN:wrong tag
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D07803A:asn1 encoding routines:ASN1ITEM_EXD2I:nested asn1 error
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    Everything worked fine before the upgrade. Anyone have any insight?
    TIA - Vijay

    Have you tried resetting the certificate(s) password(s) in Server Admin, if any require them? All your errors are SSL-related. Is it possible that in the upgrade the passphrase for your certificate got garbled?
    Also, try reading this article and see if it doesn't help:
    http://forums.macosxhints.com/archive/index.php/t-23083.html
    If still no luck, although this might yield nothing new, what do you get when you enter "apachectl configtest" and/or "httpd -S" on the command line?

  • Mac CF8 will not start with Java 1.6

    I was reading a bit yesterday on problems with calling web
    services on CF8 Mac using Java 1.5.x (in short, you can't use web
    services). The proposed solution was to upgrade to Java 6/1.6 and
    make that the default JDK on Mac OS X Leopard (10.5.4). I have Java
    1.6 installed but when I make it the default JDK (I can verify this
    is the correct JDK in Terminal), CF8 (8.0.1) will not start (from a
    Terminal command or the CF Launcher). It says it cannot initialize
    the JVM.
    I understand that Java 1.6 will dramatically slow down CF8 on
    a Mac but I do need to get web services going for local development
    on an application. I'm thinking my 1.6 install is not good but
    before going through the headaches to uninstall and install it
    again, I wanted to check if anyone else has this issue and, if so,
    how they got around it.
    Thanks!!

    I am experiencing the same issue. About 500 users are using Analyzer 7.0. When Java 1.6 is installed on their machine, the loading screen hangs, and never shows the login screen.

  • External startup disks will not start with my new iMac

    My external devices which are startup disks will not start when connected to my iMac, although it appears in the bootable drive selections after the chime sound, using the option (Alt) key. I get the bootable drive selections and when selecting it all I get is a gray screen with the apple logo and that is it. No matter how long I wait the start up does not happen. I am sure that the external device is not damaged because there is no problem to use it as a startup device when connected to my MacBook Pro.
    Otherwise the devices work as they should. If I connect them to my iMac then they will appear on the desktop, etc. The only thing which does not work is that they cannot be used as startup disks, even though they work fine as startup disks if connected to my MacBook Pro.

    Based on your description it is very hard to tell what is going on.
    You appear to have an i7 iMac. That model was delivered with Snow Leopard (10.6.x).
    My guess is that your external disks may have a version of OS X that predates the version supplied with your new iMac. You cannot run an earlier version of OS X than what was delivered with your Mac.

  • Fcp will not start with yosemite, what should I do

    FCP 10 will not load with yosemite, what should I do

    WWhat version is this? Only 10.1.3 or later will run with Yosemite.

  • Firefox 5 will not start with Zone Alarm Ver 10.0.240.000

    Firefox updated yesterday and now it will no longer start, it looks like the probem may be with Zone Alarm Forcefield. Does anyone have any ideas how to get Firefox 5 to tun under Zone Alarm Extreme Security? Thanks

    Hi,
    I'm running Win7 x64 with ZoneAlarm Extreme Security 10.0.241.000
    I had the same problem with Firefox 4. After turning off ForceField Toolbar, it started working fine.
    Then I updated to Firefox 5 and it wouldn't start, instead it was showing an error message from ZA...
    I searched mozilla support and followed the instructions here: http://kb.mozillazine.org/Browser_will_not_start_up
    on the topic"Firefox does not start after updating with ZoneAlarm ForceField enabled".
    The correct instructions for this ZA version should be: "'''Internet '''-> '''Web Security '''-> '''Settings''', and click '''Clear Virtual Data'''"
    After that I could open Firefox again! Then I realized it was still version 4...
    I installed the update, and everything went smooth. Checked again if Forcefield toolbar was inactive (it was) and opened a few pages, closed Firefox and opened again. After a while it wouldn't open...
    AGAIN the "Clear Virtual Data" did the trick...
    This time I clicked on '''Settings '''(next to "Clear Virtual Data") -> '''Advanced Settings''', and turned off "'''Enable Virtualization'''".
    Until ZA get a fix for this, either we turn it off or clear virtual data every few moves...
    Working fine.
    Best regards

  • HotSync will not start with new Tungsten E2

    I'm upgrading my old Tungsten T2 device with an E2.  Following the upgrade instructions, I set up the E2 last night and let it charge overnight, then this evening did a final HotSync with the T2, and ran the installation program on the CD that came with the E2.  At the point where the installer asks me to press the HotSync button on the USB cable I did so, and Windows popped up the notice in the system tray that a new USB device and that the Palm Handheld device was ready for use.  After that, nothing.  A minute or two later the E2 times out and tells me that "The connection between your device and the desktop could not be established.  Please check your setup and try again."
    I've tried re-installing the software, upgrading to Palm Desktop 6.2 from the web site,and restarting the computer several times, but I can never get the HotSync manager to respond to the E2.
    By contrast, the HotSync manager will still synchronize with my old T2.
    Post relates to: Tungsten E2
    This question was solved.
    View Solution.

    Palm Desktop is running on Windows XP.  I have been using version 4.1.0 which came with my T2.  For the E2 I've tried versions 4.1.0, 4.1.4e, and 6.2.
    I should point out that Windows XP in turn is running in VMware Workstation 6.5, on a Fedora 10 (Linux 2.6.27.12-170.2.5.fc10) host.  Last Sunday I tried booting Windows XP natively (which was a royal pain, since I have to switch hard drives to do so), installing Palm Desktop 6.2 there, and hotsyncing.  That configuration worked, as far as the device being able to connect to the PC.
    Unfortunately it only synced my to-do list and a few 3rd-party programs; it lost all of my memos, contacts, calendar events, and photos.  But that's another topic.

  • My Macbook Pro will not start with battery connected.

    I have a Macbook Pro which I purchased in 2011 and recently it would not start. I later disconnected the battery and plugged it in and it now works but only without the battery disconnected. When it would not work and the battery was connected, the battery lights indicated that it was fully charged. Any suggestions?

    Was this a used MBP, the 2011 MBPs only have internal batteries.  How did you disconnect the battery?
    This behavior sounds like a failure or fault in the batttery circuit and the only way to diagnose that is by taking the MBP to an Apple store genius bar or Apple authorized service center to have the techs run their tests.

  • Vista will not start with 6 GB of ram (worked with 2GB)

    Hello, I recently upgraded from a P6n to a P7n and while I was at it, I purchased 4 more GB of ram, bringing my new total to 6GB of ram. I installed vista, it detected the ram, everything worked great the first night. The next day I tried to start up and blue screen of death. (PS it DID detect all 6 GB the first night...WITHOUT SP1 or SP2). We messed with the BIOS settings, hitting F6 to return it to default and it worked for about 45 minutes. Then crash again. Now we are back in BIOS, messing with it for an hour, finally it works. Then crashes again. I take out the new 4GB and everything works just fine on only 2GB of ram. I read that Vista SP1 will fix the ram issues, so I spend all night dlding it and SP2. This morning I wake up, stick in all the RAM, and I am back to square one.
    My question is: Is there any settings I can change to get this to work? Why did it work the first night and not now? Can I go into BIOS and change something, or go into memory voltage and up it? It is set at the default voltage.
    I have p7n sli-fi, 8800 nvidia, the new ram is a newer mushkin vs. only 1GB sticks purchased a year and a half ago. I have 2 hard drives, 120 GB ATA and 200GB SATA.
    Any help would be greatly appreciated!!! Thank you so much.
    P.S. I have been reading Vista sucks at recognizing more than 3.5 GB of ram. Am i screwed? Why wouldn't the patches fix this? Why are some people able to get 16GB of ram going, yet I cannot get 6?

    Here's the new ram that I already stated:
        MSI P7N SLI-FI LGA 775 NVIDIA nForce 750i SLI ATX Intel Motherboard - Retail
        Item #: N82E16813130175
        Standard Return Policy
        $119.99
    1    
        mushkin 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory Model 996580 - Retail
        Item #: N82E16820146726
    Here's my OLD ram:  
    mushkin 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory Model 996527 - Retail
        newegg
        mushkin 2GB (2 x 1GB) 240-Pin DDR2 800 (PC2 6400) Dual Channel Kit Memory - Retail
        Image Viewer
        mushkin 2GB (2 x 1GB) 240-Pin DDR2 800 (PC2 6400) Dual Channel Kit Memory - Retail mushkin 2GB (2 x 1GB) 240-Pin DDR2 800 (PC2 6400) Dual Channel Kit Memory - Retail
        $29.99
        Add item to Cart
            Add item to Wish List
            Email This Page
            Print This Page
            Price Alert
    Special Offers
        NPA
        No interest for up to 12 months. Minimum purchase required.
        Subject to credit approval. Details
        BML
        No Payments for 90 Days on orders over $250.
        Subject to credit approval. Details
    Similar Items
    Not the product you're looking for? We can make some suggestions to help you decide on a product that fits your needs.
    view similar products
        Combos & EssentialsManufacturer InfoReturn Policies
    Combo Deals(view all)
    comboItem
    Anyware HA-IR01SV Infrared Certified MCE VISTA Remote Control mushkin 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory Model 996527 - Retail
        Anyware HA-IR01SV Infrared Certified MCE VISTA Remote Control  
        mushkin 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory Model 996527 - Retail
        Original Price: $52.98
        Discount: -$5.00
        Combo Price: $47.98
    Add Item With Selected
    Manufacturer Warranty
    Beyond any applicable Newegg return policy, this item is warranted independently by the product's Manufacturer. Below is a summary provided for convenience only and may not be accurate or current. Use this link for full details.
        * Manufacturer Limited Warranty period (parts): Lifetime
        * Manufacturer Limited Warranty period (labor): Lifetime
    Manufacturer Contact Info
        * Manufacturer Product Page|
        * Website: http://www.mushkin.com|
        * Support Phone Number: 1-800-569-1868
        * Support Website|
        * View other products from Mushkin
    Return Policies
    This item is covered by Newegg.com's Memory Standard Return Policy.
        * Return for refund within: 30 days
        * Return for replacement within: 30 days
        * Restocking Fee: Yes
        OverviewCustomer ReviewSpecificationsProduct Tour
    This mushkin Value Series 2GB (2 x 1GB) EM6400 module (DDR2-800) offers enhanced memory throughput and stability for the most demanding DDR2 computing platforms, far exceeding the expectations of most "value" chip lines. The low latency and lightning data transfer supports major multi-tasking and multimedia operations, and gaming and graphics are a breeze. In the hands of an experienced overclocker, this RAM turns your system into something truly special.
    The EM 6400 is enhanced by Mushkin's Frostbyte heatspreaders, which actually turn out to be something useful, designed to actually direct airflow around the chip to ensure superior thermal performance and system reliability. With extreme performance and Mushkin's renowned reliability, this is the memory upgrade of choice for those DDR2 enthusiasts looking for more out of their high-performance system.
    Review Summary (read more reviews, write a review)
    Item#:N82E16813130082
    Intel Core 2 Duo E6600 Conroe 2.4GHz 4M shared L2 Cache LGA 775 65W Dual-Core Processor - Retail
    Customer Choice Award1x Winner of Customer Choice Award - Processors - Desktops

  • IMacG3/500 will not start with OS9 from CD

    I just got my iMacG3/500 MHz modelnumber M5521. It had a load 30MB drive that I changed to a wispering 40 MB and entered OS10.4. Then I tried to enter OS9.1 by starting from the CD that I know is working on other iMacG3:s...but with poor result. My iMac "looked at the CD" but start´s from the HD after a while. I ofcourse have the C-button pressed while trying to start.
    What can be wrong ?
    Thanks for ANY info you can give me.
    Best regards / Ingvar in Stockholm / Sweden
    iMacIntel + iMacG3/500   Mac OS X (10.4.8)   Plus,SE,SE/30,LCIII,Q700,7300,iMacG3/400

    If you use a universal installation CD of a version that is at or above the version that came with your iMac model originally, it should work. Since your iMac could have come with 9.1 or 9.2, I would go with a 9.2 installation CD.
    I have seen this vendor recommended as a source for Mac OS 9 installation disks.
    http://www.applerescue.com/
    Note: After Mac OS 9.2.1 is installed, the update to 9.2.2 is a free download installer from Apple. In fact, all of the updaters for Mac OS 9 are free downloads, but you have to have a version of Mac OS 9 installed first using a CD-based installer. So you might as well get a universal CD for 9.2.1.

Maybe you are looking for

  • Conditional Breaks on subnodes/item level

    Hello experts, We have a requirement for a new Adobe Form, which has a header table and an item table. We have to print multiple documents in 1 printout. Our Adobe Form context layout is as follows: - Context node for the Header (1 record for each do

  • 2011 Mac Mini clicking sound

    Hi all, I just bought a 2.5 i5 mac mini yesterday with 5400rpm hardrive and I love it but every 20 seconds or so theres a faint clicking sound that comes from it.  Is this normal?  Thanks

  • WoW + Wine crashes, seems to be sound related

    I've been trying to get Wow to run in Wine, and I'm running into a few problems.  I'm using the latest nVidia drivers, wine-git from the AUR, and WoW is all patched up.  I boot into WoW and it seems to work fine for a few minutes.  Then, all of a sud

  • File problems with Windows 7 and PS Touch on a GS4.

    I'm using a Samsung GS4 and when I export a completed file from PS touch to my gallery in PNG format and then upload to my Windows 7 computer via dropbox they sometimes cannot be opened, does anyone know why? I'd be extremely grateful if anyone could

  • Get data from a specific month?

    I have this code: <h1><cfoutput>#self#</cfoutput></h1> <cfquery datasource="Intranet" name="month_data">   select * from CSEReduxResponses where status=1 and execoffice_status=0    AND MONTH([approveddate]) = MONTH(GETDATE())    </cfquery> <cfquery d