Apache problem

hi all
i'm having a problem with apache on solaris 10 SPARC
I'm trying to start httpd as root
but it fails with the following error
/usr/local/apache2/bin/httpd -k start
httpd: Could not determine the server's fully qualified domain name, using 192.168.1.11 for ServerName
(20014)Error string not specified yet: Error retrieving pid file logs/httpd.pidi checked the error log to see if i can get something more informative
tail /usr/local/apache2/logs/error_logs
[Sun Jun 14 16:04:31 2009] [notice] Digest: done
[Sun Jun 14 16:04:32 2009] [warn] pid file /usr/local/apache2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Jun 14 16:04:32 2009] [notice] Apache/2.0.58 (Unix) mod_jk/1.2.15 DAV/2 PHP/5.1.4 configured -- resuming normal operations
[Sun Jun 14 16:23:52 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache2/bin/suexec)
[Sun Jun 14 16:23:53 2009] [notice] Digest: generating secret for digest authentication ...
[Sun Jun 14 16:23:53 2009] [notice] Digest: done
[Sun Jun 14 16:23:54 2009] [warn] pid file /usr/local/apache2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Jun 14 16:23:54 2009] [notice] Apache/2.0.58 (Unix) mod_jk/1.2.15 DAV/2 PHP/5.1.4 configured -- resuming normal operationsi ran ls to see directroris perm
bash-3.00# ls -l /usr/local/apache2/logs/
total 433398
-rw-r--r--   1 root     root           0 Mar 11 12:42 access_log
-rw-r--r--   1 root     root     3489021 Sep  3  2007 access_log.gz
-rw-r--r--   1 root     root     100248972 Jun 15 09:09 dummy-host.example.com-access_log
-rw-r--r--   1 root     root     87096852 Mar  5 23:11 dummy-host.example.com-access_log.gz
-rw-r--r--   1 root     root     13216739 Jun 15 04:48 dummy-host.example.com-error_log
-rw-r--r--   1 root     root     9175989 Mar  5 23:10 dummy-host.example.com-error_log.gz
-rw-r--r--   1 root     root     5902845 Jun 15 09:21 error_log
-rw-r--r--   1 root     root     2522824 Mar  5 23:09 error_log.gz
-rw-r--r--   1 root     root           0 Jun 15 09:21 httpd.pid
-rw-r--r--   1 root     root       67584 Jun 15 09:21 jk-runtime-status
-rw-r--r--   1 root     root           1 Jun 15 09:21 jk-runtime-status.locki'm stuck here with no idea what's going on
any ideas would be a great assist
thanks in advance

Good news, I figured it out. For some reason the wireless router picked a different IP for the eMac than it had had for a long time. I adjusted the port forwarding and ta-da, all fixed. Thanks!

Similar Messages

  • [Apache] Problem with Mod_rewrite

    Hi,
    when I try to use mod_rewrite on my localhost, it won't run. Simple rules like ^index.html$ index.php [L] return me a 404-Error. I read somewhere in the forums about "AllowOverride" and set it to all, but i didn't improve anything. Does someone know how to fix that?
    --- EDIT ---
    Needed some RewriteBase
    Last edited by Skittles (2008-02-23 18:01:38)

    wandrian wrote:
    Just as reference for other people coming in this page. There is a solution setting correctly AllowOverride on the chosen directory in /etc/httpd/conf/httpd.conf
    I found the solution in this thread:
    http://bbs.archlinux.org/viewtopic.php?id=41606
    Cheers
    Also
    Make sure you have the AllowOverride directive in in a directory container as follows:
    <Directory /path/to/your/documentroot/>
    ...other stuff you might have in here ...
    AllowOveride ALL
    </Directory>
    If the directive is not ALL then your .htaccess file may not be read: see:
    http://httpd.apache.org/docs/2.1/mod/co … owoverride
    P.S do not change the "AllowOverride None" directive in <Directory /> section of httpd.conf
    If you still have problems you may wish to check that the AccessFileName directive (if present) in /etc/httpd/conf/httpd.conf reads:
    AccessFileName .htaccess
    see:
    http://httpd.apache.org/docs/2.1/mod/co … ssfilename
    I learnt this the hard way. Hope this helps others.
    emk

  • Tomcat 6 - apache problem

    Hello,
    this is my first post, and I hop that someone here can help me.
    I want to create ajp connection.
    server.xml:
    <Connector port="8010" protocol="AJP/1.3" redirectPort="8444" />
    httpd.conf:
    LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so
    JkWorkersFile /etc/libapache2-mod-jk/workers.properties
    JkLogFile /var/log/apache2/mod_jk.log
    JkLogLevel info
    JkMount /test/. test_worker
    JkMount /test/* test_worker
    JkMount /test test_worker
    JkOptions ForwardKeySize ForwardURICompat -ForwardDirectories -ForwardLocalAddress
    JkRequestLogFormat "%w %V %T"
    workers.properties:
    workers.tomcat_home=/etc/apache-tomcat-6.0.24
    workers.java_home=/home/sloba/jdk1.6.0_18/jre/
    ps=/
    worker.list=test_worker
    worker.test_worker.port=8010
    worker.test_worker.host=localhost
    worker.test_worker.type=ajp13
    worker.test_worker.lbfactor=1
    worker.loadbalancer.type=lb
    worker.loadbalancer.balance_workers=test_worker
    problem is that I have servlet jAjax, and I cannot get to him thru apache
    I can manage this
    localhost:8081/test
    localhost:8081/test/jAjax
    localhost/test
    I cannot manage this
    localhost/test/jAjax
    tomcat 6.0.24
    apache 2.0
    ubuntu 9.10
    if you need more info just ask,
    ps. sorry for my poor English.

    Thanks for replay.
    I found problem.
    I use ajax with jsp, and problem is that I need to change path of servlet in my request method
    from
    localhost:8081/test/jAjaxto
    localhost/test/jAjaxThank you.
    Best regards ..

  • Is this a Dreamweaver or Apache problem?

    Or maybe it's a problem with me??
    I created a new site and everything proofs fine on my Apache server EXCEPT:
    The .css file path for my left nav include file is: /Pyramid/css/pyramid1include.css      <link href="/Pyramid/css/pyramid1include.css" rel="stylesheet" type="text/css" />
    When I try to preview the include file, the css component isn't picked up. The Apache error log says:
    [Wed May 19 16:25:48 2010] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Website development/Pyramid/css/images, referer: http://localhost/Pyramid/Include/leftnav.html
    Somehow Apache thinks the path is: Pyramid/css/images  instead of Pyramid/css/pyramid1include.css which has been clearly specified.  There is no reference anywhere in the httpd.conf file to "images" and no reference in the stylesheet link to "images".
    My .shtml files proof fine and the include file is in it's proper place except that it's messed up due to not having a stylesheet linked to it. I've even specifically linked it's stylesheet to the .shtml file in the head section but it doesn't make any difference.
    Apache won't link the include .css, either when proofing the include alone or within an .shtml document. However, it does pick up the .css file for the .shtml document and they're both in the same folder! The one it likes is called: pyramid1.css and the one it changes the path on is called pyramid1include.css
    No doubt I have made some greenhorn error, but would really appreciate any help. It's amazing to me that Apache would "invent" a completely non-existing path for that stylesheet! That path is not in my site anywhere.

    I am also working through the book Dreamweaver CS5 with PHP/Training from the Source. The sample site went ok but now I am trying to set up a simple form for a newsletter sign up. I moved my site to a virtual host, and that seems to be the problem. Dreamweaver indicates I need to set up my testing server, although I have done that in the site definition.
    Here is the error message when I click Live View from my index page.
    Server Not Found
    The page "http://deemsite2010/index.php" was not loaded because Dreamweaver could not find the server "deemsite2010". Please make sure you are connected to the internet and the server name is correct.
    Above this message there is a yellow bar that says "An unknown error occurred while discovering dynamically related files. Retry." When I retry it doesn't work.
    Here is my code from the vhosts.conf file:
    <Directory C:/vhosts>
        order Deny,Allow
        Allow from all
    </Directory>
    <VirtualHost *:80>
        DocumentRoot c:/xampp/htdocs
        ServerName localhost
    </VirtualHost>
    <VirtualHost *:80>
        DocumentRoot c:/vhosts/deemsite2010
        ServerName deemsite2010
    </VirtualHost>
    I may have really messed this up as I have done it now mutliple times. Originally when I had the site in the c:xampp/htdocs/ location, I could get the form to work. Now when I try to connect the database, there is no check next to "3. set up the site's testing server"  and when I click that link and redo the testing server information, it remains unchecked. Moving on, the attempt to connect fails and I get this message:
    HTTP Error Code 404 File Not Found. Here are some possible reasons for the problem:
    1) There is no testing server running on the server machine.
    2) The testing server specified for this site does not map to the http://deemsite2010/_mmServerScripts/MMHTTPDB.php URL. Verify that the URL Prefix maps to the root of the site.
    How do I do that?
    Thanks.

  • Personal Web Sharing doesn't want to start. (Apache problem)

    I have accidently deleted apache folders from my iBook. Then I reinstalled the apache, but when I tried to start my Personal Web Sharing, it just won't start. It says "Web Sharing Starting Up", but it stays that way for ages. Any idea? It worked before (I mean before the accident). I dunno if it's got to do with the mySQL coz I reinstalled another version of mySQL.
    iMac   Mac OS X (10.4.4)  

    I am experiencing the same problem: going through the System Preferences (in OSX 10.4.10), to the Sharing pane, then the Services Tab, and clicking Start Personal Web Sharing only gives me "Starting Web Sharing..." and never actually starts it.
    I have tried the following solutions:
    • replaced httpd.conf files using both the httpd.conf.default file from the machine in error as well as from another Mac (adapting the usernames as appropriate)
    • replacing the entire /private/etc/httpd directory with the one from the other Mac, whose Web Server will start up
    • when starting it via Terminal, i get "fopen: no such file or directory" so I created it... no dice.
    Can anybody give me any more suggestions?
    If not, I do have AppleCare on it - think they might help?

  • [SOLVED] php-apache problem

    Ever since an update I ran yesterday, apache will not start, so I began to troubleshoot. I removed the lines in httpd.conf that had to do with including php. I tried starting apache and it worked. So now I know php has to do with it. I tried reinstalling everything (i.e. apache, mysql, php, php-apache) and still no luck.
    SOLVED: Cleared /var/cache/pacman/pkg, reinstalled, and rebooted a few times. Very strange
    Last edited by itsbrad212 (2010-04-02 00:29:03)

    Well I've done a basic test:
    test.php
    <?php
    session_save_path("/home/a7049782/public_html/films/tmp");
    session_start();
    $session_path = session_save_path();
    $_SESSION['count']=1;
    ?>
    <html>
    <body>
    <?php echo "Count=" . $_SESSION['count']; ?>
    </body>
    </html>
    This sucessfully outputs 1
    Then another page:
    test2.php
    <?php
    if(isset($_SESSION['count']))
    echo "Count=" . $_SESSION['count'];
    else
    echo "No variable.";
    ?>
    Which outputs 'No variable.'
    (I've also tried this without defining a path, still the same result)

  • Tomcat/Apache problems after upgrading to GW 7.0.3 and SP7

    Hello,
    After doing some upgrades this week I am unable to access iManager and GroupWise Webaccess. When attempting to access I get "Page Cannot Be Displayed".
    Tomcat is not loading properly. Here is a portion of the log:
    Doing a start
    Apr 14, 2008 9:39:07 AM org.apache.coyote.http11.Http11BaseProtocol init
    SEVERE: Error initializing endpoint
    java.net.SocketException: Operation already in progress
    at java.net.PlainSocketImpl.socketListen(Native Method)
    at java.net.PlainSocketImpl.listen(PlainSocketImpl.ja va:348)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185 )
    at java.net.ServerSocket.<init>(ServerSocket.java:141 )
    at org.apache.tomcat.util.net.DefaultServerSocketFact ory.createSocket(De
    faultServerSocketFactory.java:49)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.initEnd point(PoolTcpEndpoi
    nt.java:292)
    at org.apache.coyote.http11.Http11BaseProtocol.init(H ttp11BaseProtocol.j
    ava:139)
    at org.apache.coyote.tomcat4.CoyoteConnector.initiali ze(CoyoteConnector.
    java:1323)
    at org.apache.catalina.core.StandardService.initializ e(StandardService.j
    ava:532)
    at org.apache.catalina.core.StandardServer.initialize (StandardServer.jav
    a:2269)
    at org.apache.catalina.startup.Catalina.start(Catalin a.java:458)
    at org.apache.catalina.startup.Catalina.execute(Catal ina.java:346)
    at org.apache.catalina.startup.Catalina.process(Catal ina.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    Where can I go from here?
    Thanks
    Todd

    tjetzer wrote:
    > Where can I go from here?
    Perhaps here:
    http://www.novell.com/communities/no...cess-tomcat-50
    Best Regards
    Tommy Mikkelsen
    IT Quality A/S
    Denmark
    Novell Support Forums SYSOP
    Please Report back any success or failure, That way we all learn
    Sorry, but no support through email
    "I hate bugs".......Tommy Lee Jones, MIB
    Be a GroupWiseR, go http://www.groupwiser.net

  • Apache problems

    Hi,
    I wasn't sure where to post this, but here goes:
    I'm playing around with PHP on the Apache server bundled with my version of OS X (10.4.6 when bought but now 10.4.10)
    I'm using this code:
    <?php
    iniset("displayerrors", "1");
    errorreporting(EALL);
    $File = "YourFile.txt";
    $Handle = fopen($File, 'w') or die('can\'t open file');
    $Data = "Jane Doe\n";
    fwrite($Handle, $Data) or die('can\'t write to file');
    fclose($Handle);
    ?>
    And it says it can't write to the file because of this:
    Warning: fopen(YourFile.txt) [function.fopen]: failed to open stream: Permission denied in /Library/WebServer/Documents/php/file.php on line 2
    Why is this? The permissions for the directory must be read only, or something such as, but I've checked and they all seem to state that it's read and write, but obviously not.
    Any ideas?
    Thanks,
    George.

    planemaniac wrote:
    I tried changing the group settings to 'Others', and they were on 'Admin', but I couldn't find others in the list.
    It's the "Others" setting you need to have with read & write permisions. The bottom one in the screen shot:
    The choice of 'Locking' this folder is greyed out, and also whether I can change Read/Write to Read or Write is greyed out as well. If I create the new folder textOutput all of these options are available. I'm quite confused as to what's happening here.
    You can't make changes to the "Documents" folder itself from the Finder, since it's owned by root. You could change it from the Terminal, but I don't think that's a good idea. That makes it possible for any process to write your "Documents" folder, including erasing anything in there. When you make a sub-folder for your text files, you're the owner, so that's why you can make changes in the Finder to its permissions.
    This article has some basic information on file permissions and how they work in OS X.
    charlie

  • Installed ok after reboot  apach problem

    Dear all hello
    I have installed 11.5.9 on win2k and it was ok but after reboot when it did not listen on 8000 port so i tried to inspect services and found oracle apacke server vis(instance name) is not started but when i try to start it, it says colud not start as it is some windows internal error.
    Any help.
    Thanks

    hi
    this is not the best approach , instead it is advisable to look in event viewer , which gives the best reason for not starting. It also provides the event id and error related info , which can be used to get the answer from microsoft support.
    regards
    srinivas

  • [SOLVED]HELP! Can't change Apache default documentRoot!

    hi, everyone, I encountered a weired apache problem.
    Environment:
         Archlinux 2.6.27
         Apache 2.2.9-4
    Problem:
         I changed apache default DocumentRoot (/srv/http) to another place (/home/qianli/WWW/http), but I got Error 403 unless I used default. My httpd.conf below:
    DocumentRoot "/home/qianli/WWW/http"
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    <Directory "/home/qianli/WWW/http">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
    </Directory>
    <IfModule dir_module>
    DirectoryIndex index.html index.htm index.php
    </IfModule>
    My files permissions:
    qianli ~/WWW/http $ ll
    total 32
    drwxr-xr-x 6 qianli qianli 4096 2008-10-22 10:04 .
    drwxr-xr-x 3 qianli qianli 80 2008-10-22 11:03 ..
    drwxr-xr-x 10 qianli qianli 4096 2008-10-10 00:17 acquia
    drwxr-xr-x 2 qianli qianli 1 2008-10-20 17:20 cgi-bin
    -rw-r--r-- 1 qianli qianli 101 2008-10-22 10:04 index.html
    drwxr-xr-x 2 qianli qianli 16 2008-10-21 17:26 logs
    -rwxrwxrwx 1 qianli qianli 22 2008-10-21 14:19 phpinfo.php
    lrwxrwxrwx 1 qianli qianli 20 2008-10-21 12:46 phpmyadmin -> /srv/http/phpMyAdmin
    drwxr-xr-x 2 qianli qianli 24 2008-10-21 14:54 test
    -rw-r--r-- 1 qianli qianli 113 2008-10-21 14:22 test.html
    -rw-r--r-- 1 qianli qianli 8 2008-10-21 14:42 test.txt
    Log:
    [Wed Oct 22 10:43:32 2008] [error] [client 127.0.0.1] (13)Permission denied: access to / denied, referer: http://localhost/
    [Wed Oct 22 10:43:33 2008] [error] [client 127.0.0.1] (13)Permission denied: access to / denied, referer: http://localhost/
    [Wed Oct 22 10:51:15 2008] [error] [client 127.0.0.1] (13)Permission denied: access to / denied, referer: http://localhost/
    I tried to change permission to 777, but I still got 403!
    Last edited by qianli (2008-10-24 04:29:38)

    Change the following
    DocumentRoot "/home/qianli/WWW/http" to DocumentRoot "/home/qianli/public_html"
    <Directory "/home/qianli/WWW/http"> to <Directory "/home/qianli/public_html">
    ScriptAlias /cgi-bin/ "/home/qianli/WWW/http/cgi-bin/" to ScriptAlias /cgi-bin/ "/home/qianli/public_html/cgi-bin/"
    <Directory "/home/qianli/WWW/http/cgi-bin"> to <Directory "/home/qianli/public_html/cgi-bin">
    Create the folder public_html and tell me what errors do you get

  • Help Apache not working since 10.4.10 upgrade

    Hello
    I have web sharing turned on and I run a small web page on my mac to host photos and such. It was working great until I upgraded to 10.4.10. Now nothing will connect to my web server at all. I have a power PC mac. When I turn on web sharing on my wife's Intel iMac it works fine (i see the apache splash page). Does anyone know what could be broken in 10.4.10? I've tried to restart the web server a few times (it goes on and off but nothing can connect to it).
    -Josh

    I'm a little embarrassed. FIOS happened to change my IP address (after having it be static for over 3 months) at the exact time I updated to 10.4.10. All I had to do was update my DNS entry and all worked fine. It was tough to figure out because I redirect to 8080 to get around FIOS's residential service blocking port 80 (which Comcast never did, also I had the same exact IP address with comcast for 4 years despite it being "dynamic"). I thought I was having Apache problems, then I thought it was PHP. It ended up being quite a simple problem. Thanks for your help all.
    -Josh

  • Yosemite Server: Apache shm errors with proxy_balancer | SASL errors using user alias

    Dear OSX Server Ninjas,
    I recently upgraded my 10.9.5 Mac mini running Server 3.2.2 to Yosemite + Server v4, directly to v4.0.3. The box serves the whole Mail/Cal/Contacts/VPN palette as well as some websites, Git repos and some custom software. See below for network setup.
    After battling the most blatant issues (some easy to fix but hard to find, others hard on both), I'm almost back to a working server setup … but some things keep bugging me even after days of log-reading and OD tricks. In the last days, I have read countless discussions here as well as on stackoverflow/serverfault/apple.stackexchange and blogs, so I'll try to be as thorough and precise as possible to show what I have tried so far – sorry in advance for the long post
    … and since you might not read to the bottom: Thanks in advance for any help, especially with the Apache problem!
    My setup
    OSX Server v4.0.3 running on Yosemite 10.10.1 ➞ both latest official releases
    host + DNS
    Hostname configured for public domain mydomain.net, web traffic on selected ports comes in through router NAT
    Server has a static IP on the local subnet 192.168.178.0/24
    Server running local DNS and performing lookups for all clients in the local subnet, forwarding to the router at 192.168.178.1
    Primary zone for mydomain.net with records (A, NS, MX) pointing to said static IP
    changeip -checkhostname is successful
    Public IP is currently configured at the domain registrar through his name servers
    SSL
    Trusted third-party certificate installed for host.mydomain.net (Common Name + SAN for two subdomains)
    Used to secure all services
    Qualys SSL Test Grade B (capped due to OSX's openssl 0.9.x not being capable of TLS1.2 and Intermediate CA SHA-1 )
    TLS working both inbound and outbound according to CheckTLS.com
    OpenDirectory
    Recreated after upgrade (probably not necessary, since issue persists), re-imported groups + users from WGM backup files
    Only the server itself is bound to the directory, other devices just access services through network accounts (CRAM-MD5, MD5-Digest)
    Problems
    Apache shm errors: Apache fails to create slot memory when proxy module is enabled
    As soon as I start a service which requires the Apache proxy_balancer module (e.g. Cal/Contacts, ProfileManager), this starts filling up my Apache's error log:
    [Mon Jan 12 01:41:17.979882 2015] [proxy_balancer:emerg] [pid 2949] (28)No space left on device: AH01179: balancer slotmem_create failed for p26d9e669--1011640492
    [Mon Jan 12 01:41:17.979894 2015] [:emerg] [pid 2949] AH00020: Configuration Failed, exiting
    [Mon Jan 12 01:41:28.297127 2015] [slotmem_shm:error] [pid 3026] (28)No space left on device: AH02611: create: apr_shm_create(/private/var/run/slotmem-shm-p26d9e669--1001322955.shm) failed
    [Mon Jan 12 01:41:28.297347 2015] [proxy_balancer:emerg] [pid 3026] (28)No space left on device: AH01179: balancer slotmem_create failed for p26d9e669--1001322955
    [Mon Jan 12 01:41:28.297355 2015] [:emerg] [pid 3026] AH00020: Configuration Failed, exiting
    When I increase the Apache LogLevel to trace1, I get this as well:
    [Mon Jan 12 02:11:43.190303 2015] [slotmem_shm:debug] [pid 5501] mod_slotmem_shm.c(367): AH02602: create didn't find /private/var/run/slotmem-shm-p26d9e669-813569972.shm in global list
    This causes the Apache to crash constantly, which is … unnerving. After googling around for a while, I tried the following steps:
    Stop Services that use the Apache (Web, *DAV, ProfileManager)
    sudo apachectl stop
    Remove all orphan cache/slot files (.shm, ssl-cache, proxy.*) from /private/var/run
    Reboot the server
    Start up the Services again
    Curiously enough, this worked for a while! But I was getting several log messages about dropped proxy connections, and sometimes the ProfileManager page would time out. Then, the issue started to reappear and does not seem to be fixed again with the steps above. I looked through the Apache config files and config plists for the Services in question, as well as the default config files. The only thing I have so far is that as long as there are no active proxy connections, the Apache runs smoothly – but all goes awry when slotmem files are created (a lot of them). Sometimes, I am able to turn on the Calendar service, but switching on Contacts produces the error … one time, I even got Calendar + Contacts running, and all went well until I enabled Profile Manager.
    I found several error reports with similar or identical errors from other Apache 2.4.x users, but most of those were developer talk on mailing lists, or suggested steps that did not work for me (or were inapplicable on the OS X Server Apache environment).
    SASL errors using user alias for WebDAV-Digest authentication
    Short version: I am unable to authenticate through WebDAV-Digest with a user's alias (defined in Server Admin > Users > Context Menu > Advanced Options or WGM). Using the main short name of the same user works flawlessly. Password Server Error log just shows:
    AUTH2: {234023578237md5hash2384234, mainshortname} WEBDAV-DIGEST authentication failed, SASL error -13 (password incorrect).
    The password is 100% correct: When I set up a test CalDAV account and put in alias+PW, it did not work (OS X Dialog showed “could not be verified”, Server log as above). Leaving the password field filled and just switching the user to the main short name went through instantaneously, with the Server log showing
    AUTH2: {234023578237md5hash2384234, mainshortname} WEBDAV-DIGEST authentication succeeded.
    Notice the same MD5 hash and canonical short name, yet different results. I don't know if this is a new “feature”, a result of mail aliases being handled differently (at least I read that somewhere) …
    Additional Questions
    Should I configure the DNS for public use, instead of the Split-Brain configuration (local network gets local IP, outside traffic is directed by registrar NS)? I read several articles explaining that Split-Brain is common in large organizations, but might introduce weird networking issues. Entering the external IP as a Round Robin alternative for the internal does not seem sensible to me.
    I also have a question concerning LDAP log entries like this one below, but I'll put that in this already open discussion:
    => bdb_idl_delete_key: c_get failed: DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock (-30994)

    Today the same error occurred on a customers server.
    We don't use Calendar or Contacts.
    We only have some websites configured and want use NetInstall for deployments.
    As soon as I disable the Profilemanager the httpd starts over and other websites and NetInstall via HTTP are working fine.
    When I reenable Profilemanager the httpd processes are gone and I see the same stuff in Apache's error log...

  • Problem in SSHR

    Hi All,
    I am configuring SSHR and create a responsibility with menu employee self service and included in the user's responsibility. when I am login via newly create user the responsibility is showing the ESS menu but when I am clicking on the personal information the system shows the following error.
    Error
    Can not access function HR_PERSONAL_INFORMATION. This installation does not manage mode pl/sql. Please contact your System Administrator.
    While I am using the built-in responsibility Employee Self Service, that is working fine.
    Kindly suggest me which step I am missing.

    Hi All, Thanks I have overcome this problem by changing the menu Employee Self Service , actually there are two menus with same name there. after changing I bounced back apache , problem solved
    Thanks Again

  • Controlling Apache Service on Windows platform through Java

    Hi,
    I am running a web application with apache.If sometime it goes down usually by restarting Apache,problem get solved.Now i want to automate it,where my appliaction will check page faults,CPU Usuage and then based on certain conditions it will stop and then Start Apache.
    Now i dont know how to do it.i am just wondering whether RMI can help me.?please help me if anybody has done it before or has an idea.
    Thanks in advance.
    Akash

    I think tomcat has some ant task defined for the same. May be you can try that

  • Apache can't start with " error resolving localhost ..."

    Hi,
    I have Oracle 9.2.0.4 installed on a White Box Linux. This installation for some reason shows an Apache problem:
    When I try to start Apache then I have an error message stating the following
    "date and time [error] OPM: PRIV: error resolving host name localhost"
    then a message saying that httpd could not be started.
    This error is not added to the log file but displayed instead on the screen. Morever, files with names mm.*.sem and mm.*.mem are created in $ORACLE_HOME/Apache/Apache/logs.
    When I try "ping localhost" on this machine I have no problem and the name is correctly resolved!
    Can any one please tell me what could it be?

    Michel -
    Any time. That's quite odd. And has your /etc/hosts
    file changed at all? Is the first line setup
    correctly to only include localhost and
    localhost.localdomain?Yes it is.
    Are you calling apachctl from
    $ORACLE_HOME/Apache/Apache/bin? Well, I copy the file to /etc/init.d and launch Apache from there at startup. The reason is that I have changed the ports on which Apaceh will listen to 80.
    You said you could
    ping localhost successfully, but have you been able
    to ping the localhost by name?Yes. I did. Note please that the name of the machine is lx_26_100.
    ping localhost
    ping 127.0.0.1
    ping lx_26_100
    ping 10.26.1.100
    All of that works fine!
    Have you tried
    changing the value of the ServerName parameter from
    the localhost's name to its IP address?
    Well I didn't try this. I'll try it. However, the error message doesn't speak about lx_26-100 but instead it speaks about localhost not beeing resolved.
    By the way, what are the files mm.*.mem and mm.*.sem in the logs of Appache?
    -shawnThanks Shawn.

Maybe you are looking for

  • Questions about track listing and album

    I have burnt my collection of an audio drama I have on CD and transferred them to the Creative Vision M. The problem is the tracks play in alphabetical order, not in the numerical order (as in #1, 2, 3, etc.) I've gone and used MP3 Tag Editor to chec

  • NODISCONCT - Supply guarantee field on Installation

    Hi, Can anyone please tell me the significance of Supply guarantee field on installation? We have a requirement wherein in special cases we don't want the customer to be disconnected and in some cases to restrict the creation of new contract. I saw t

  • Anyconnect ASA 5510

    Hi people I have configured Anyconnect access with split tunneling and I can connect with the username and password but the problem is: I can't connect to the two hosts I have given in my split tunneling. When I connect to anyconnect I get the IP add

  • User Exit/Badi on save of WAK2(retail promotions))

    Hi can anyone please tell me if there is any user exit or badi on save of WAK2 (retail promotions).I tried but i cant see any user exit or badi for same.

  • Portfolio using Kuler API

    I've been working on creating a portfolio for myself and thought it would be cool to integrate the Adobe Kuler API into it. Here's what I came up with: http://www.joelb.me Feedback on the portfolio design is appreciated, and I'd love it if my site co