Where is the Apache server folder

I don't know if this is the right place to ask this question, but I"ve been on this forum for nearly and hour just LOOKING for a button that lets me post my question. I got so frustrated I actually phoned the Mac Help Linel to ask them, but they didn't know either. I looked in the forum help section but it didn't help either.
Anyway, it sounds so obvious I'm almost embarrased to ask: Where Is The Folder in which you put your Index.html file to replace the generic Apache start page which is what you see when you try to access your own computer on the web?
This question seems so blindingly obvious it makes me feel like there's something wrong with me. Perhaps I'm intellectually challenged or maybe I'm getting an early case of Alhzeimer's or Apple has a sweetheart deal with the makers of Prozac.
If anybody replies, please restrict your answers to normal plain-language English, without abbreviations. Please reply in full sentences, and assume no prior knowledge of anything beyond about Grade 3.
PowerBook G5   Mac OS X (10.4.7)   also Ibook & Powermac G5

> Where Is The Folder in which you put your Index.html file to replace the generic Apache start page
/Library/WebServer/Documents
It isn't obvious, but you can see if if you use Server Admin to manage your site - the DocumentRoot is where it serves files from, and that's the default.

Similar Messages

  • Where is the Apache server in eBusiness Suite

    Hi:
    I would like to write helloworld.jsp and want to put this file in under the Apache server and would like to run it by calling from one of the html pages in eBS
    Where did the WEB-INF folder and the web.xml file for the Apache server.
    Can some one help me to know the location (path) of the Apache server?
    Thank you
    Ali_2

    Ali,
    As applmgr user, source the application env file and issue "echo $IAS_ORACLE_HOME", this should point to the directory where Apache files are installed (for example, apache executable file under bin directory).
    Script to find Apache, Java, Jinitiator, Forms version and JVM details for Oracle E-Business Suite 11i [ID 466890.1]
    Script to find Apache, Java, JRE, Forms version for Oracle E-Business Suite R12 [ID 468311.1]
    Oracle Applications Concepts -- 11i/R12
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Thanks,
    Hussein

  • The Apache Server

    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.

    I needed to make the file permissions on the folder Read/Writable for the group Other. Simple really!

  • URGENT PLEASE:How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server? Can I run through an Applet?
    How can I set Environment variables in Windows2000 Professional Environment?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    The code is here
    import java.sql.*;
    public class RecordShow {
    public static void main(String args[]) {
    String url = "jdbc:mysql://localhost/myhost";
    Connection con;
    String query = "select mytable.column," +
    "from mytable " +
    "where mytable.column = 1";
    Statement stmt;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,
    "myuser", "mypassword");
    stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery(query);
    ResultSetMetaData rsmd = rs.getMetaData();
    int numberOfColumns = rsmd.getColumnCount();
    int rowCount = 1;
    while (rs.next()) {
    System.out.println("Row " + rowCount + ": ");
    for (int i = 1; i <= numberOfColumns; i++) {
    System.out.print(" Column " + i + ": ");
    System.out.println(rs.getString(i));
    System.out.println("");
    rowCount++;
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.print("SQLException: ");
    System.err.println(ex.getMessage());
    Please advise... THANKS
    VJ

    Ehm, I wasn't referring to you at all... read up,
    there's a comment by jschell saying that CGI might be
    easier/better for his purposes.
    Yep.
    I know PHP/Perl/whatever might be easier for some
    purposes, but only if you happen to know them and want
    to/are able to use them. Ok. But you aren't the one asking the question are you. And the person who asked the question seems to have absolutely no familiarity with Apache or applets.
    So whatever they do they are going to have to learn a lot.
    And that does indeed suggest that in all likelyhood they have not investigated the alternatives.
    And for the vast majority of internet applications, especially with smaller projects (obvious this person is not working with a large team), using perl, or something besides java, is going to be the best business solution. It is simpler, and more secure (probably due to the fact that it is simpler.)
    Since this is a Java forum, I
    answer under the assumption that people have made a
    choice one way or another to use a Java solution to
    their problem, so I try to solve it in Java first, and
    only when that fails (very seldom) do I turn to other
    solutions.You approach problems by arbritrarily deciding to try to solve it in java first and only if you fail do you then look to other solutions?
    My first step is to try to figure out which of the various avenues is going to cost less. (And a secondary, but non-trivial concern, is then to convince the customer that just because they have heard of a buzz word like 'enterprise bean' that it doesn't mean that is a cost effective solution.) We must come from different worlds.

  • Where do the portal server saves all the NWDS plugins

    Hello,
    Where do the portal server saves on his side all the plugins/packages that are available in my NWDS and does it have other packages that I don't have and need?

    10X Harish but I am looking for the folder themselfs as they appear at the NWDS plugins directory...
    I found many of them at the ...\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps. Is this the right place?
    And another question: Often I can't find any available imports on the NWDS plugins but I find it on the server, for example:
    com.sapportals.portal.pcd.gl.IPcdAttribute is not available at any of the NWDS plugins but it is available on the server at: com.sap.portal.pcd.glservice\lib\gl_api.jar. Why is that?
    Message was edited by: Roy Cohen

  • How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    Please advise...
    VJ

    cross posted
    http://forum.java.sun.com/thread.jsp?thread=299137&forum=31&message=1184025

  • Where's the My Templates folder in Yosemite, or How to delete a Numbers template.

    I have Numbers 3.5.2 - where'd the My Templates folder go? I don't see it in Library/Application Support. .... In other words, I'm trying to delete unwanted templates. Could it be that it's now easier to find than in earlier iWorks, but I'm missing the obvious???

    When in doubt, check HELP. (duh).............
    Rename or delete a custom template
    After you install a template, it appears in the My Templates category in the template chooser.
    In the template chooser, Control-click the template name, then choose Rename or Delete.
    If you’re renaming, type a new name, then press Return.
    You can’t rearrange templates; they always appear in the order in which they were added.

  • Where is the WL server cache

    Hi,
    Wanted to know where is the WL server cache in WL 10.3 ....in 8.1 it used to be in .wl_donotdelete.........
    Thanks

    There is a cache directory into your_domain/servers/some_server/
    I hope you are looking for it.

  • HT4928 what and where is the mobile application folder\ on the iphone 5

    what and where is the mobile application folder\ on the iphone 5

    You're looking at plugin settings. A plugin setting is not an Ultrabeat sample. Wrong place. Look in:
    /Library/Application Support/Logic/Ultrabeat Samples/
    unless you've moved it elsewhere...

  • Where's the Messaging Server community?

    Not in these new forums, evidently.
    The info-ims mailing list is the place to go until things pick up in these forums.
    http://www.arnold.com/info-ims.htmlx

    Rick,
    Forms Server is included on the tech track on the CD entitled
    "Oracle Developer & Server", but it seems to hide itself well.
    You might want to search out the thread "URGENT : Where is the
    Developer Server ?" posted 15 Sep thru 28 Sep
    Regards
    Brian
    [email protected]
    http://www.salmon.ltd.uk
    Rick Rankin (guest) wrote:
    : The Forms Server didn't ship with the 6.0 Track and it's not
    : posted for download. I realize it's a seperately licensed
    : product, but where do us OPP/OTN developers get hold of it?
    : We've got a client using Forms/App Server in a 3-tier web
    : enabled mode. They are chomping at the bit get at some new
    : functionality we've added using 6.0 but we can't even test it
    : because we don't have the Forms Server,
    null

  • Limiting Connections to the Apache Server

    I need to limit the number of physical TCP connections that can be made to the Apache server at any given instant. Is MaxClient the configuration parameter to use? Or, does MaxClient simply limit the number of concurrent threads supported for a given physical connection? Is there a different parameter I should be looking at? Thanks in advance for your assistance. . . .

    In Windows, each Oracle instance runs as a single process. All the sessions share the same address space. Therefore, oversizing SGA_TARGET or DB_CACHE_SIZE or SHARED_POOL_SIZE etc OR oversizing PGA_AGGREGATE_TARGET and/or combined with multiple processes can mean that Oracle hits the address space limits. A general rule of thumb is that that the SGA should be less than 1.7GB.
    There are extensions which allow addressing more memory space : eg using the "/PAE" switch in Windows boot.

  • Newbie cluster question: where does the admin server live?

    Hello, I'm looking at clustering for our application where I work, and so I'm reading through the cluster-related documentation for 11g. I have a sort of an architecture question: where should the admin server be started? Hypothetically speaking, if you have two nodes for your cluster, would the AdminServer run on a 3rd box which sort of stood in front of the two nodes?
    Thanks much -

    The ideal situation would be for your admin server to be separate from the machines hosting your managed server. This allows you to control access to the admin server, eliminate the performance impact if you have the admin + managed on the same host, and limits impact if youir #1 host fails, etc.
    But companies may be unwilling to invest in a distinct (3rd) host just for the admin server, especially if you have multiple environments ( prod, testing, dev, etc. ).
    So usually the admin winds up sharing the host with a managed server.

  • Where is the LDAP server in Suns Webserver?

    Attempting to run Sun's j2ee tutorial on Windows XP, specifically:
    C:\Sun\j2eetutorial14\doc\index.html
    Chapter 33: The Java Message Service API
    A Simple Example of Synchronous Message Receives
    I was under the impression that the JMS info entered in the Application Server Admin Console was going into an LDAP repository; presumably part of the Application Server. Specifically the stuff under the JMS tab eg., JMS connection Factories. However there is no server listening on port 389 where I expect an LDAP server. When I try to run the example it complains:
    C:\Sun\j2eetutorial14\examples\jms\simple>appclient -client SimpleProducer.jar jms/Topic topic 3
    Destination name is jms/Topic, type is topic
    Could not create get Environmentjavax.naming.NameNotFoundException: jms not found
    Which figures if it can't find the LDAP server.
    So my question is: what the heck is going on?
    Adam.

    Ali,
    As applmgr user, source the application env file and issue "echo $IAS_ORACLE_HOME", this should point to the directory where Apache files are installed (for example, apache executable file under bin directory).
    Script to find Apache, Java, Jinitiator, Forms version and JVM details for Oracle E-Business Suite 11i [ID 466890.1]
    Script to find Apache, Java, JRE, Forms version for Oracle E-Business Suite R12 [ID 468311.1]
    Oracle Applications Concepts -- 11i/R12
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Thanks,
    Hussein

  • Where are the apache logs?

    I need to view the apache logs. How and where do I access them in XE?
    Whoever designed Apache to be hidden inside the database and accessable only through db packages needs to be spanked. If there is a good argument for hiding it all away in the db I'd love to hear it! Why make life harder? It's so easy in Standard and Enterpise DB to configure apache and modplsql.
    Paul

    OK David here goes,
    I'm using ApEx 2.1 on Oracle Express DB.
    I export an application, that works fine. I now want to import it again into the same instance as a copy with a new Application Id. I start the import wizard, click on load and then I get
    "Page can not be found" error.
    I've followed the threads
    import application - wwv_flow_accept page not found and ora-904
    Page not found after import of application
    but I have no idea of how to access the Web server Logs in Oracle Express which is mentioned in the above threads.
    I've just had a look at the import repository and each time I tried to import the file it loaded with 2,065,528 bytes.(i.e. 3 times)
    The actual file size is 4,334 Kb so it seems the import falls over half way each time.
    Any ideas on where to start trouble shooting?
    thanks for your response
    Paul P

  • Where is the Apache home for WLS 10.3.5.0?

    Hi everyone,
    Where is the ${APACHE_HOME} on WLS 10.3.5.0? Also how do I check the version of apache?
    -=Joe

    Hi John,
    Thanks for your response. I am talking Apache Server.
    I definitely get the feeling that Apache isn't installed with WebLogic out of the box.
    But then when I read through some of the WebLogic documentation, I keep seeing references to Apache Server Home.
    For example, http://download.oracle.com/docs/cd/E12840_01/wls/docs103/plugins/apache.html
    I want to do exactly what they have in that document, but since I don't have apache, I haven't gotten that far.
    Any idea why that document acts like I should already have apache installed? Was it part of an older build of WLS?
    Thanks for your help.
    -=Joe

Maybe you are looking for

  • Reader XI needs plugin instalation for Portfolios

    Recently I got Acrobat Reader XI, and get surprised because now we need to install a flash plugin separately- that will be one more roadblock for Portfolio usage, because there are lots of Reader deployments where user have no admin rights (companies

  • Bh 106 sound problem with laptop

    i connected the headset to my lap top and its detected. in the sound options , i made the head set as default, the bars are playing, but no sounds are coming out from the head set

  • Viewing photos from an SD card

    Is there a way to view photos from an SD card without actually importing them to iPad 4 (I'm low on available storage)?

  • Merging  corresponding coloumns of multiple rows to get a single row

    hi, plz help me in sorting out this problem.this is my query. select distinct h.ccid, DECODE(a.prmcd,'ELEREP', sum(d.period_net_dr - d.period_net_cr)) A, DECODE(a.prmcd,'GENREP', sum(d.period_net_dr - d.period_net_cr)) B DECODE(a.prmcd,'BLDGREP', sum

  • DB Adaptor in OVD

    Hi All, I created DB adaptor in OVD. It is based on employee table. And Employee name is configured as User. Now i want to use this User for authentication in weblogic server. I created OVD authenticator , but how do i make my users from employee tab