Apache subdomain help

Hi
I've recentley got myself a server wich has arch setup and installed how ever i'm having some trouble with subdomains...
So I have a domain name thats in /home/user/public_html which when you use www.domain.com brings up the right page, how ever now i want todo http://subdns.domain.com ive edited vhosts.conf for apache and for some reason when i try it it shows me the main page as if i was doing www.domain.com and not sub.domain.com
here is the www.domain.com seciton:
<VirtualHost ip.here.thx:80>
ServerAdmin [email protected]
DocumentRoot "/home/user/public_html/"
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/user/public_html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
allow from all
</Directory>
ServerName www.domain.net
ServerAlias *.domain.net
ErrorLog "/var/log/httpd/domain.net-error_log"
CustomLog "/var/log/httpd/domain-access_log" common
</VirtualHost>
This is the sub domain section...
<VirtualHost ip.here.thx:80>
ServerAdmin [email protected]
DocumentRoot "/home/user/public_html/subdomain"
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/user/public_html/irpg>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
allow from all
</Directory>
ServerName sub.domain.net
ServerAlias *.sub.domain.net
ErrorLog "/var/log/httpd/domain.net-error_log"
CustomLog "/var/log/httpd/domain.net-access_log" common
</VirtualHost>
Also I've noticed that i must place the ip address instead of like this:
<VirtualHost www.domain.net:80>
</VirtualHost>
Every time i try the above the website will not be shown any ideas?
Last edited by Drakx (2008-01-25 19:37:22)

dont put the serveralias *.domain.net in the first virtualhost entry.
If you want it to be the default, then just put it first in the apache config file.
The first virtual host listed is the 'fallback virtualhost'. Any names that do not match will just end up using that one.
my guess is the wildcard is matching the subdomain.domain.net, and skipping the second virtualhost.

Similar Messages

  • Changing the internal domain to a subdomain -- Help!

    Hello, so I have a huge project coming up and i was wondering if someone had some experience on this that could give me some advice.
    So,  started working on this company that has an internal domain called.. lets say abc.com  and external alphabetaghama.org   ..  the problem we have is that we cannot get certs for our internal domain for public access like our exchange
    server fqdn for example is exchange.abc.com ... Someone else owns abc.com which prompted my new boss to fix this and now i have a project to change our internal domain to match our external but I know that the best practice is to have a
    subdomain as the internal domain and I think that's the route my boss wants to go with..  which brings me to my question.
    What will I have to do to get this accomplished... our external domain name is really just a forward zone and i dont have a forest so does that mean that i will have to build a alphabetaghama.org forest and add a subdomain like corp.alphabetaghama.org 
    for our internal and then migrate everything over? 
    We currently have exchange 2007 with 2008R2 DC's..  our new domain would be on 2012R2 DCs with the same exchange server..
    Sorry if something doesn't make sense, I'm a little new to a major project like this...

    Hi,
    This really depends on the requirements. As the Domain restructure is a huge project, we'd better have some experts with good experenses at hand. And if the problem (to get public access) is solved,  it is recommended to have a good consideration
    if the rebuilding is needed.
    Regarding the internal domain name, maybe you want to have a look into the below MS article:
    How Domain Rename Works
    http://technet.microsoft.com/en-us/library/cc738208(v=WS.10).aspx
    For your reference:
    ADMT Guide: Migrating and Restructuring Active Directory Domains
    http://technet.microsoft.com/en-us/library/cc974332(v=WS.10).aspx
    One thing to mind is ADMT tool may cannot
    be installed on a Windows Server 2012 DC, so please make sure in the target domain we have a Windows Server 2008 DC to be the ADMT server.
    ADMT 3.2 and PES 3.1 installation errors on Windows Server 2012
    http://support.microsoft.com/kb/2753560
    Hope this may help
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Need some Apache/PHP help

    I had set up my Apache and PHP via the terminal last year, and had it working properly in the browser under localhost. I stopped working with it for a year, and am now trying to figure out how to get it up and running again. I have a bad feeling that it's been somehow wiped out. I open a terminal window, type in the command to start apache, it asks me for my root password, accepts it, but then opens up an empty PICO window. I have no idea of where to begin trouble shooting this. Any help would be appreciated.
    ibook   Mac OS X (10.3.4)  

    The file that causes the "starting apache" isn't located in the Apache directory -- it's somewhere in /etc .
    Updating the OS can occasionally wipe out non-standard installations -- Apache 2 being one such. That's why I remarked that version 1.x is a fine option -- OS X manages it and doesn't kill customizations you make to configurations (as in httpd.conf).
    So you can try to get PHP working with Apache 1.x. Or you can try installing Apache 2 again. Make sure you follow instructions specifically for OS X, and make some notes about what you did (put comments in the configuration files, and send yourself an email with links to the instructions, a list of the files you changed, etc).
    But sometimes the easiest way to go is to do a clean install of the OS. That puts everything back to where it's supposed to be, and you can take small steps customizing things. You no doubt have a lot of detritus piled up in your system.
    Other people definitely think that my way is a bit radical, so before you take my advice, see if someone comes up with some better advice.
    Also, let me recommend that you find a quick tutorial for Unix and Terminal. SInce you want to work with some non-standard, non-GUI apps, you will benefit from having some really basic commands (cd, ls, chmod, sudo, tar for example). Here's a good one: <http://www.macdevcenter.com/pub/a/mac/2005/05/20/terminal1.html>

  • Need Apache Config Help

    I am having trouble installing CF8 Ent. I can get it to
    install correctly but when I try to start coldfusion it runs the
    apache connector wizard and get a message saying "coldfusion 8 not
    started. Retrying ..." It does this 12 times and although it says
    it has started, it has not. So I assume I am setting up the
    connection to Apache incorrectly however I am following the
    directions found here (and which worked in Red Hat 4):
    http://gayanonline.blogspot.com/2008/02/how-to-install-coldfusion-8-on-linux.html
    The only change to those directions that I made was to the
    script file. Instead of /etc/init.d/httpd I am using
    /etc/rc.d/init.d/httpd.
    What am I missing and doing wrong?
    Thanks for any suggestions and help.

    Ok here is the current status:
    I have "installed" CF8 Ent but cannot get it to start up (see
    first post). I am finding that although I am going in and manually
    changing the paths in apache_connector.sh and attempting to start
    ColdFusion the wizard will just not do what it is supposed to. Now
    I have enough information to make the changes to httpd.conf, but
    the thing I have noticed is the folder that is found in
    /runtime/wsconfig/(number) is also not being created. Is this
    something I can do manually? If so what files, do I need?

  • Subdomain help

    Hey everyone,
    I am running a website that I made on on iWeb hosted by Justhost.com
    I am having some difficulties correctly making subdomains and linking between different pages.
    My homepage is www.landbridgerecords.com.
    As of right now, I publish my site into my public_html folder through Cyberduck ftp client. I simply upload the the files into as to avoid getting the iWeb project title in the web address. So for example, my homepage gets relinked to www.landbridgerecords.com/LBR.html That's fine with me.
    The problem I am running into is as follows:
    I have one page that by default is www.landbridgerecords.com/TheBrian_St._JohnQuartet.html and i would like to make a subdomain as www.landbridgerecords.com/bsjq What is the easiest way to do this? Right now within my public_html folder I made another folder called "bsjq" and put all the files that correspond to the www.landbridgerecords.com/TheBrian_St._JohnQuartet.html page in that folder. That works fine. When you type in www.landbridgerecords.com/bsjq it appears to work beautifully. The problem comes in when from that very link, you try to click on a page in the navigation bar. It adds /bsjq on every page and therefore makes none of the pages in the navigation bar work correctly.
    Basically I don't care if when you type in www.landbridgerecords.com/bsjq it redirects to www.landbridgerecords.com/TheBrian_St._JohnQuartet.html. I just want that link to work and be able to navigate through the site from that link.
    I think I explained it the best I could, but if anything is unclear please feel free to ask. Any help would be greatly appreciated!!
    Thanks =)
    Jon

    You only have an index.html file in www.landbridgerecords.com/bsjq where bsjq probably is a Sitename in iWeb.
    You choose to put all files in the root of the webserver.
    So you either let iWeb publish the webpages in a folder with the Sitename or you put the webpages in the root manually.
    My pdf and article about the concepts of Sites in iWeb explains that.
    The solution about avoiding the Sitename in the URL is done at the server, not in iWeb. Even after applying the solution, iWeb still publishes to a folder with the Sitename.
    www.landbridgerecords.com/bsjq it just redirects to www.landbridgerecords.com/TheBrian_St._JohnQuartet.html
    Solve it by putting files with the correct filenames in the bsjq folder and use a redirect to the pages you want.
    You can duplicate & rename the index.html iWeb creates, open it in a HTML editor of your choice and change the URL in the meta refresh elelent.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title></title>
    <meta http-equiv="refresh" content="0;url= ../yourpagehere.html" />
    </head>
    <body></body>
    </html>
    To summarize : Contact.html in folder bsjq has the above code with ../Contact.html in the refresh code.
    The index.html file already in the bsjq folder has the above code with ../TheBrian_St._JohnQuartet.html in the refresh code.

  • Apache subdomain and OsiriX

    I run a web site out of my office.  I wanted to create a subdomain to host medical images using an Osirix server on another computer on the LAN.  I set it up using apache2 and it works fine, until I turn on authentication in the Osirix server.  This even works fine from a web browser on the LAN, but not from outside (Internet).  Access from outside leads to authenticating every click and the images do not show up at all.  My virtual host configuration is:
    <VirtualHost *:80>
        ServerAdmin [email protected]
        ServerName abc.mydomain.com
                   <Location />
                                  ProxyPass http://10.0.1.215:3333/
                                  ProxyPassReverse http://10.0.1.215:3333/
            </Location>
    </VirtualHost>
    Now if I do port forwarding on the main router then I can easily work on the Osirix server at mydomain.com:3333 with authentication turned on.
    I understand that the authentication is not being forwarded by the apache ProxyPass.  My question is how I can do this?  Thanks.

    I did not realize an important point.  I was checking the functioning from outside the LAN with my iPhone.  This problem only happens on the iPhone.  iPad, Mac and PC seem to have no such problem.  So it appears to be a bug of the iPhone version of Safari.

  • Apache connector HELP !

    Does anyone know where I can get the gxapache connector DLL for win32?
    This is getting kind of urgent as we really need to switch from the
    (dangerous) IIS4 as the web server.
    I find information on it in release notes, but I can't find the actual file
    anyway.
    PS I am using NAS4.0 at present, but I think the connector is pretty much
    unchanged since then.

    There is no apache plugin for NAS4
    Michael Neale wrote:
    >
    Does anyone know where I can get the gxapache connector DLL for win32?
    This is getting kind of urgent as we really need to switch from the
    (dangerous) IIS4 as the web server.
    I find information on it in release notes, but I can't find the actual file
    anyway.
    PS I am using NAS4.0 at present, but I think the connector is pretty much
    unchanged since then.--
    Senior Consultant / Instructor
    iPlanet PS - ANZ
    iPlanet e-commerce Solutions
    - A Sun|Netscape Alliance
    Sun Microsystems Australia Pty Ltd

  • Tomcat 4.0.1, JWSDP and Apache - setup help please

    Windows 2000 env.
    First off, the latest Comanche release (Apache GUI) isn't really stable
    enough to use.
    Has anyone got any experience with running Java Web Services Development
    Package with an Apache server.
    JWSDP is packaged with a version of Tomcat 4 - a VERSION of it. It doesn't
    seem to have WARP capability, and some connectors seem to be missing from
    it.
    I was unable to get this to work with Apache, and have decided to switch
    back to the standard release of Apache/Jakarta Tomcat 4.0.1.
    Has anyone else tried using the JWSDP??? I'm setting up a development
    server, and figured JWSDP would be nice, since it has some components
    already installed, ie SOAP.
    JWSDP doesn't create a workers.properties and mod_jk.conf-auto file. Are
    there any new tricks to setting up Tomcat 4 with Apache since Tomcat 3.x?
    Is there a different way to configure JWSDP for use with Apache Web Server?
    setup Tomcat 4 Apache web server
    setup Tomcat 4 and Apache web server
    setup JWSDP Apache

    Thanks...
    Since then, I have gone to Tomcat 4.0.1, and will install SOAP, etc as needed.
    As I have not been able to find a complete Windows Apache and Tomcat installation guide, I will be writing one soon and posting it.
    Also check out http://www.tek-tips.com in the forum areas/mis/it/Web Server/Apache Group: Apache.

  • Problem Apache.exe, help me please!!!!!!

    I have a problem, it appears to me the following error
    with Dr. Watson:
    Apache.exe
    Exception: access violation (0xc000005), address: 0x60234d16
    my versions are:
    ORACLE Portal:3.0.7.6.2
    db ORACLE 8i:8.1.7.0.0
    how can to resolve this?
    thank by any idea

    Apply the 8.1.7.1 patch to the 9ias database (and I'd recommend doing it to the database where portal is installed). There were some fixes to the Net8 listener that fix this. Ever since I applied the patch I haven't had anymore Dr. Watson's.

  • Apache Word Help

    I am trying to open a word document and write something different to it i have this so far but everytime i go to write the file it doesn't write and give me this error:
    java.io.FileNotFoundException: Testing
    (The filename, directory name, or volume label syntax is incorrect)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
    at Encrypt.findFile.writeFile(findFile.java:108)
    at Encrypt.findFile.getContents(findFile.java:77)
    at encryption.Main.main(Main.java:39)
    HWPFDocument doc = null;
    public String getContents()
            int arrlen = 10000;
         byte[] infile = new byte[arrlen];
         Frame parent = new Frame();
         FileDialog fd = new FileDialog(parent, "Please choose a file:",
                    FileDialog.LOAD);
         fd.setVisible(true);
         String selectedItem = fd.getFile();
         if (selectedItem == null)
              // no file selected
            else
                    setFileName(fd.getDirectory() + File.separator + fd.getFile());
              File ffile = new File(getFileName());
              // read the file
              System.out.println("reading file " + getFileName());
              try {
                   FileInputStream fis = new FileInputStream(ffile);
                                           BufferedInputStream is = new BufferedInputStream(fis);
                   try {
                                doc = new HWPFDocument(new FileInputStream(ffile));
                                WordExtractor wd = new WordExtractor(doc);
                                String filestring = wd.getText();
                                                        writeFile(filestring);
                                    return filestring;
                            catch(IOException iox)
                        System.out.println("File read error...");
                        iox.printStackTrace();
                    catch (FileNotFoundException fnf)
                   System.out.println("File not found...");
                   fnf.printStackTrace();
            return null;
        public void setFileName(String file)
            fileName = file;
        public String getFileName()
            return fileName;
        public void writeFile(String str) throws IOException
            OutputStream word = new FileOutputStream(str);
                    doc.write(word);
        }

    Why not call JFileChooser#getSelectedFile(), which will return a java.io.File instead? You can pass that to your FileInputStream's constructor. That should be (relatively) bullet-proof.
    - Saish

  • Strange Error During Page Load in Debug Mode (only) - Please Help!

    Hi All,
    Data base version: oracle 11g
    Apex version: Apex 4.1.1
    Webserver: Apache
    Need help with how to troubleshoot a Critical problem. The following error only occurs during page load in "Debug" mode. And, only occurs on a specific page within the application. A web page is served-up containing the following message and the application is blocked from running the page. The browser's (IE 8.0) back button must be clicked to proceed outside of "Debug" mode.
    "Error occurred while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small"
    Debug log follows:
    "S H O W: application="2006" page="6" workspace="" request="" session="500549669426301"
    Computation point: Before Header
    ...Perform computation of item: APP_SERVER, type=FUNCTION_BODY
    ...Performing function body computation
    ...Execute Statement: declare function x return varchar2 is begin return owa_util.get_cgi_env('SERVER_NAME'); return null; end; begin wwv_flow.g_computation_result_vc := x; end;
    ......Result = 156.9.122.214
    ...Session State: Save "APP_SERVER" - saving same value: "156.9.122.214"
    Processes - point: BEFORE_HEADER
    ...Process "GET_POSITION" - Type: PLSQL
    ...Execute Statement: begin wwv_flow.g_boolean := :F109_POSITION_ID IS NULL and :APP_PAGE_ID != 101; end;
    ......Result = FALSE
    ......Skip because condition or authorization evaluates to FALSE
    ...Process "Get JARS Sifter Log File Record Count" - Type: PLSQL
    ...Execute Statement: begin DECLARE vcnt NUMBER := 0; BEGIN d('Get JARS Sifter Log File Record Count'); Select count(*) into vcnt From JARS.JARS_SIFTER_LOG Where moveid = to_number(:P6_MOVEID) and sifter_status IN ('F','J'); :F1000_P6_SIFTER_LOG_COUNT := to_char(vcnt); END; end;
    Custom: Get JARS Sifter Log File Record Count
    ...Process "Set PTM Planned Trip Status" - Type: PLSQL
    ......Skip because condition or authorization evaluates to FALSE
    ...compatibility mode - do not set mime type
    ...compatibility mode - do not set additional http headers
    ...close http header
    ...metadata, fetch item type settings
    ...metadata, fetch items
    Show page template header
    Rendering form open tag and internal values
    Add error onto error stack
    ...Error data:
    ......message: Error processing request.
    ......additional_info: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......display_location: ON_ERROR_PAGE
    ......is_internal_error: true
    ......apex_error_code: APEX.UNHANDLED_ERROR
    ......ora_sqlcode: -6502
    ......ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 3027 ORA-06512: at "APEX_040100.WWV_FLOW", line 7867
    ...Show Error on Error Page
    ......Performing rollback
    Rendering form open tag and internal values
    ...Unhandled Error while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ...Error Backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 2707 ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 185
    End Page Rendering"
    Thanks!
    Bernard

    All,
    It appears that the page Javascript maximum limit size was reached. The error stopped appearing after some of the page Javascript code was removed out to Application Static Files. I wonder if there exists any "direct" indicator by the system whenever the size limit has been reached?
    Again, the run error only occurred when the page was loaded in "Debug" mode.
    Bernard

  • Apache and Jserv issues - AppsLogin and AppsLocalLogin not working

    Hi,
    I am trying to understand the Apache and Jserv issues
    Home page - http://11i-tst-02.cisco.com:38901 - working fine
    This confirms that Apache core module is working fine. Does this confirm about the pls module also ?
    Apps local login - http://11i-tst-02.cisco.com:38901/OA_HTML/AppsLocalLogin.jsp - throwing Java Exception
    Request URI:/OA_HTML/AppsLocalLogin.jsp
    Exception:
    java.lang.NoClassDefFoundError
    at oracle.apps.fnd.sso.SSOManager.getAppsServletAgent(SSOManager.java:1727)
    at oracle.apps.fnd.sso.SSOManager.getLoginUrl(SSOManager.java:316)
    at oa_html._AppsLocalLogin._jspService(_AppsLocalLogin.java:410)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
    at oracle.jsp.JspServlet.service(JspServlet.java:148)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:479)
    Is it related to SSO ? Because error mentions about SSOManager
    But why does AppsLocalLogin need to go thru SSO ?
    Doesn it mean Jserv issues ? I am able to see same message logged in jvm logs ?
    Restarting Apache doesnt help
    Servlet login - http://11i-tst-02.cisco.com:38901/oa_servlets/AppsLogin - throws Internal Server Erorr
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    Apache log doesnt show any error
    Servlet test works - http://11i-tst-02.cisco.com:38901/servlets/Hello
    Example Apache JServ Servlet
    Congratulations, ApacheJServ 1.1 is working!
    OAM works - http://11i-tst-02.cisco.com:38901/servlets/weboam/oam/oamLogin - Navigating to SSO page for authentication
    AOL test works - http://11i-tst-02.cisco.com:38901/OA_HTML/jsp/fnd/aoljtest.jsp
    FND_WEB.PING works - http://11i-tst-02.cisco.com:38901/pls/QTCSTG/FND_WEB.PING
    Connection test works - http://11i-tst-02.cisco.com:38901/servlets/oracle.apps.icx.common.ConnectionTest
    So, my question is why AppsLogin and AppsLocalLogin are not working - if servlets / AOL / FND / OAM links are working
    Is there issue with Jserv ?
    Can someone please explain the significance of the above tests
    And which tests need to pass for AppsLogin and AppsLocalLogin to work
    Thanks

    Since all the tests work fine as you stated above, I suggest you do the following:
    - Rerun Autoconfig on all tiers
    - rm -rf $OA_HTML/_pages
    - Bounce Apache

  • Question with using ssl of apache plug-in

    hi all,
    I use redhat 6.0,apache 1.3.19, wls6.0sp1.
    how can I proxy a ssl request from apache to wls?
    can someone give example conf files(httpd.conf,weblogic.conf)?
    Thanks.
    Kent

    Yes the weserver could help in taking some load off weblogic. In case of
    upload
    the connection from WebLogic is not initiated until all the POST data is
    read from the
    client. So if the client connection is slow WebLogic will not be affected.
    Similarly
    after reading the response data from weblogic, plugins close the connetion
    with
    WebLogic. So worth a try.
    -Vinod.
    "Matt Geis" <[email protected]> wrote in message
    news:3a7af7b6$[email protected]..
    Hi,
    We have an application (JSP, EJB) running on WLS 5.1sp6, and we're
    experiencing load issues. In the past, I've been able to get much higher
    performance out of weblogic (at one point we were maxing the server, anE450
    with 3cpu, 3GB memory) with 100 users. In the meantime, we've identified
    problem areas (db, solaris tuning, etc.). I'm wondering what kind of
    performance gain we might see using the apache plug-in.
    Obviously, having apache serve up static content will free up weblogic to
    handle the requests for dynamic content.
    What I'd really like to know is how does the apache plug-in actuallyhandle
    requests/responses. We have a number of users who connect directly to our
    network by modem, and I'm thinking that they may be hogging resources. AmI
    correct in assuming that if the modem user needs 20 seconds to download40k
    of data from our server, that his connection to weblogic will be activefor
    the 20 seconds? If so, would adding the apache bridge help? If apache
    maintains a connection to weblogic during the entire download, servingonly
    as a passthrough, I imagine it wouldn't help a lot. However, if Apache
    makes the request, and buffers the response, such an approach would freeup
    weblogic threads to handle other requests while busies itself with the
    delivery of data to the slow client.
    Please help me out on this one (and thanks in advance).
    Matt

  • PHP, DNS and Apache

    Hi all!
    Long time ago I have found (and not only I), that sometimes php+apache cannot resolve hosts.
    Curl, fopen cannot use dns entries of system, if apache was started before starting networking.
    Restarting and stoping Apache has helped to some people ( https://bbs.archlinux.org/viewtopic.php?id=106478 ),
    but not for me.
    Really good idea was here https://bbs.archlinux.org/viewtopic.php?id=74580.
    killing httpd process and starting Apache helped for me a lot in this situation.
    Maybe there is a better way to solve this problem?
    Have someone found "normal" solution?

    Filing a bug upstream may be useful

  • Security vulnerabilities in apache that comes with oracle database.

    Hi,
    We are having a QA database in Oracle enterprise version 9.2.0.4 on OS : OSF1.
    Recently our security team ran a test and found that the apache1.3 that comes as component of Oracle database is prone to security vulnerabilities. Also they suggested to remove the apache or upgrade to latest as remedy.
    When contacted to Oracle support, Oracle team replied apache upgrade should not be done instead latest apache seprately can be installed as reverse proxy. But when asked for steps/document there is no reply. Anyone faced this problem can provide any help/suggestion in this regard.
    I am attaching some of the threads identified by our Security Team for reference.
    1. Apache 1.3 HTTP Server Expect Header Cross-Site Scripting XXXX and YYYYYY ports 7782, 4889, 3339.
    2. Apache HTTP Server 413 Error HTTP Request Method Cross-Site Scripting Weakness
    3. Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=iso-8859-1
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>417 Expectation Failed</TITLE>
    </HEAD><BODY>
    <H1>Expectation Failed</H1>
    The expectation given in the Expect request-header
    field could not be met by this server.<P>
    The client sent<PRE>
    Expect: <script>alert(document.domain)</script>
    </PRE>
    but we only allow the 100-continue expectation.
    -CR

    I dont know how to find which components are using the apache. Help me if there is any way to find it. Only information i can say you is there is no other software installed that in that server other than oracle Database.

Maybe you are looking for

  • Working with tag-library which is packed in WEB-INF\lib\jar-file.jar:

    Hi, When importing a webworks war file, which contains default taglib.tld in the webworks.jar which is packed in /Web-Inf/lib/webworks.2.1.7.jar the war file. I am getting following error while running the jsp. Error(6): duplicated tag definitions wi

  • How do i turn off the auto delete when played feature in new update?

    how do I turn off the auto delete after playing an item in latest update?

  • System boot problem

    I have Hp pavillion p001tx. I am unable to refresh reset and restore my laptop what to do. evry system check passed My laptop boots in safe mode only and safe mode with networking and netwrk do not work

  • XY point control

    I'm controlling a 2 axis actuator system using LabVIEW. I'd like to use a front panel control to set both axis values with one mouse movement - like a 2D slider control. The user would click on a object and drag it with the mouse and the control term

  • ITunes not opening automatically when I connect iPhone or iPad?

    Hi Anyone - iTunes used to open automatically when I connected my devices, but I unchecked a box a loooonng time ago to have it not do that. Now I can't find that silly box again so iTunes opens! Can anyone help with this?