Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Set up apache to point at my homepage Post 23183 by 98_1LE on Tuesday 18th of June 2002 07:43:28 AM
Old 06-18-2002
You need to add /homepage to the document root entry in your httpd.conf file
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Set start point in script

Does anyone know of a way to set up some sort of marker in a shell script, from which the script can be restarted.. e.g. MARKER1 check env variable MAX_RETRY if var not set then while true do check var if set go to MARKER1 ... (2 Replies)
Discussion started by: handak9
2 Replies

2. Shell Programming and Scripting

Open google homepage with search results

Hi, we can open firefox Google to open a webpage.But, how can I open the firefox directly with the search term given at commandline and directly display the page with search results. (1 Reply)
Discussion started by: ramkishore
1 Replies

3. Linux

Apache Server how to set password for all access?

Hello all, I am new to Linux and am trying to set a password for access to Apache server access. I have both Apache and Tomcat installed in my server, Apache forwards the requests to our Tomcat server which servers the java application we have. The Java application is not configured to ask... (1 Reply)
Discussion started by: firefox211
1 Replies

4. UNIX for Advanced & Expert Users

Where to set the right "Apache" to run after reboot on a RedHat 5 machine ?!

Hi, I'am working on a RedHat server (V5) and having on it 2 Apache instances, but after each reboot i have the wrong one starting so that i have to stop it doing "httpd -k stop" and than launch the right one doing "/etc/init.d/httpd -k start". For more Details, you may see the link i inserted... (4 Replies)
Discussion started by: mehdi1973
4 Replies

5. Shell Programming and Scripting

Homepage stats ping

Hi guys I need a script that can ping a list of hosts and print the output to my homepage, with the result "running" or "dead". I'm new in this so please be patient with me. Can anybody help me? (1 Reply)
Discussion started by: NickB
1 Replies

6. Shell Programming and Scripting

get homepage and save it

Hello everyone, I am searching for a way to open a webpage out of the shell and then save it's source to a file. Simply using wget doesn't work as there is java involved. So my idea was to open the URL in firefox (or any other browser) where it it can be opened and then save the source to a... (2 Replies)
Discussion started by: shimaric
2 Replies

7. Shell Programming and Scripting

How to perform a hexdump using dd from start point to end point?

hi, I would like to ask or is it possible to dump a hex using dd from starting point to end point just like the "xxd -s 512 -l 512 <bin file>" I know the redirect hexdump -C but i can't figure it out the combination options of dd. Hope someone can share their knowledge.. Thanks in... (3 Replies)
Discussion started by: jao_madn
3 Replies

8. AIX

How to set the break point using dbx?

Hi, I am trying to debug my project using dbx to understand the code and functionality of modules. I compiled all my C files using gcc -g flag to enable the debug option. I was able to get in to the debug mode using dbx. I was able to create breakpoints using stop at line no. "stop at... (7 Replies)
Discussion started by: Sachin1987
7 Replies

9. Web Development

Do anyone know how to configure document to point to home directory properly in apache?

Hi from Running web apps from your home folder I've more or less follow the guide, the reason why I'm expering 403 Forbidden is because the higher level directory will take precedance. $ ls -lrthd /home/phpmy/www/joomla/ drwxrwxr-x 2 phpmy phpmy 4.0K May 1 20:26... (2 Replies)
Discussion started by: jediwannabe
2 Replies
crlhelper(8)															      crlhelper(8)

NAME
crlhelper - Helper program used to store-and-forward CRLs SYNOPSIS
crlhelper <semid> <parentpid> <directory> [prefix] DESCRIPTION
A helper program used by the Apache httpd mod_revocator plug-in to store-and-forward CRLs from upstream to the various Apache processes in the preform MPM. This saves each process from having to fetch the CRL itself. This is not expected to be run by end-users. The mod_revocator plug-in requires the mod_nss plug-in to also be registered with this Apache httpd process. Whenever an Apache httpd process configured to use the mod_revocator plug-in is started, this program will be automatically invoked via reference to the mod_revocator configuration file stored under /etc/httpd/conf.d/revocator.conf which contains the following default entry: # CRL Helper: # This helper program does the actual CRL retrieval # # NOTE: Located at '/usr/bin/crlhelper' prior # to 'mod_revocator-1.0.3-16'. # CRLHelper /usr/libexec/crlhelper OPTIONS
<semid> The semaphore which corresponds to the mod_revocator plug-in registered with the Apache httpd process during startup. <parentpid> The primary parent pid of the Apache httpd process into which both the mod_nss and mod_revocator plug-ins have been loaded. <directory> Since the mod_revocator plug-in depends upon the mod_nss plug-in being configured, this option specifies the destination directory of the NSS databases that will be associated with this executable specified by the following entry in the mod_nss plug-in's /etc/httpd/conf.d/nss.conf configuration file: # Server Certificate Database: # The NSS security database directory that holds the # certificates and keys. The database consists # of 3 files: cert8.db, key3.db and secmod.db. # Provide the directory that these files exist. NSSCertificateDatabase /etc/httpd/alias [prefix] Optional prefix to attach prior to the names of the NSS certificate and key databases contained in the directory referenced by the previous argument and specified by the following entry in mod_nss plug-in's /etc/httpd/conf.d/nss.conf configuration file (must be uncommented in order to be utilized): # Database Prefix: # In order to be able to store multiple NSS databases # in one directory they need unique names. This option # sets the database prefix used for cert8.db and key3.db. #NSSDBPrefix my-prefix- BUGS
Report bugs to http://bugzilla.redhat.com. AUTHORS
Rob Crittenden <rcritten@redhat.com>. COPYRIGHT
Copyright (c) 2013 Red Hat, Inc. This is licensed under the Apache License, Version 2.0 (the "License"); no one may use this file except in compliance with the License. A copy of this license is available at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITH- OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Rob Crittenden Jul 3 2013 crlhelper(8)
All times are GMT -4. The time now is 11:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy