Sponsored Content
Full Discussion: Apache Problems.
Top Forums Web Development Apache Problems. Post 302268000 by frank_rizzo on Sunday 14th of December 2008 09:54:25 PM
Old 12-14-2008
after editing and using head/od you should see the below output. use vi or a local editor to edit the file.

Code:
#!/usr/bin/python\n

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Apache Server 1.3.20 Icons Missing and Other Problems...Please Help!!!!

Hi everyone. Okay here are a couple of my problems and hopefully you guys can help me out. Problem 1: i have 2 website that are being hosted on a webserver. The webserver is running redhat 8x and running apache 1.3.20. To make it a little clearer, lets say website A and website B. Both... (1 Reply)
Discussion started by: crazycelicagts
1 Replies

2. UNIX for Dummies Questions & Answers

Problems with Apache setup

I downloaded Apache 1.3.27.tar.gz into my SCO u/install directory. However, to begin with, I couldn't untar the file using the " tar xvf apache-1.3.27.tar.gz" command, so I used winzip from a windows computer on our network. Winzip untarred the file and I transferred the files to the SCO... (2 Replies)
Discussion started by: cstovall
2 Replies

3. UNIX for Dummies Questions & Answers

Problems with Apache setup

I posted a problem with the forum on 11/18/02. Unfortunately, I have been out of town. Today is the first chance I've had to try the suggestions that were made. Here is the output from the ls -l configure* command: -rw-r--r-- 1root sys 58230 May 21 2002 configure When I type " sh... (2 Replies)
Discussion started by: cstovall
2 Replies

4. Solaris

problems with Apache

I have a Solaris 8 box and need to install Apache 2.0.55 on it. First thing I tried was compiling from source code. During the make phase, I got the following errors: Then I tried downloading the binaries. I tried the one available from Apache's site and the one from sunfreeware.com, with... (3 Replies)
Discussion started by: GKnight
3 Replies

5. Solaris

Problems starting apache 1.3 with mysql

I've been working on a project to replace one of the my group's primary NIS servers. It also runs mysql and apache, as it is the host for the our team's hardware tracking database and website. Its running apache 1.3, and for some odd reason, I can't get apache to start on system boot. The... (1 Reply)
Discussion started by: godspunk32
1 Replies

6. Web Development

Apache upload problems.

When I upload a file 32M or larger to fails. I can see the file being uploaded into the /tmp directory but when it gets to ~32M it dissapears. This is from phpinfo: upload_max_filesize 100M 100MB post_max_size 100M 100MB enable_dl On On I dont get an error in the log saying im... (9 Replies)
Discussion started by: Ikon
9 Replies

7. Web Development

Problems starting Apache 2.0.54

Hi, I just installed Apache 2.0.54 and when I try and start httpd I get mohit@mohit-desktop:/sw/pkg/apache/bin$ ./httpd -k start httpd: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName (13): make_sock: could not bind to address :80 no listening... (1 Reply)
Discussion started by: mojoman
1 Replies

8. Solaris

Problems with 2 NICS and Apache

I have a Solaris 10 box that has 2 Ethernet connections. One is 172.21.0.150, this is on the main internal LAN. The other is 172.16.0.50 this is the DMZ. I have Apache 2.0.59, I do not care which it Listens to but the main one for it is 172.16.0.50 (DMZ) which I have been explicit (Listen... (1 Reply)
Discussion started by: crowman
1 Replies

9. Web Development

Problems with Apache Virtual Host

I am attempting to add virtual hosts to an apache web server, which has this current configuration: <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www <Directory /> Options FollowSymLinks AllowOverride None ... (27 Replies)
Discussion started by: Corona688
27 Replies

10. Web Development

Apache module development on apache 2.2

Hi, I'm new to developing modules for Apache. I understand the basics now and can develop something simple which allows a 'GET' request to happen, but what I want to do is actually 'POST' information to my site. I know the basic POST Request works and I can see that it is post by looking at... (2 Replies)
Discussion started by: fishman2001
2 Replies
edauth(8)						      System Manager's Manual							 edauth(8)

NAME
edauth - update and list authentication and capabilities (authcap) database information (Enhanced Security) SYNOPSIS
/usr/tcb/bin/edauth [-d db] [-L|-N] [-q] [-v] entryname ... /usr/tcb/bin/edauth -g [-d db] [-L|-N] [-q] [-v] [entryname...] /usr/tcb/bin/edauth -s [-d db] [-L|-N] [-R] [-U uid] [-C] [-q] [-v] /usr/tcb/bin/edauth -r [-d db] [-L|-N] [-q] [-v] entryname... /usr/tcb/bin/edauth -H FLAGS
-d db Specifies which database to use. Select from one of the characters d, f, p, t, or v. d - The system default database, /etc/auth/system/default f - The file control database, /etc/auth/system/files p - User profile data in the /tcb/files/auth.db, /var/tcb/files/auth.db, and optional associated NIS map sources. t - The terminal control database, /etc/auth/system/ttys.db v - The terminal control database, /etc/auth/system/devassign The user profile database (p) is the default if no -d option is given. -g Gets the named entries (or all) and prints them to standard output rather than editing them. If the -q option is also given, the entries are not printed, and the exit status is the only confirmation of whether at least one entry would have been printed if -q had not been specified. -r Removes (deletes) named entries rather than editing them. -s Sets new values based on pre-edited entries read from standard input. If a new entry is being created, the corresponding passwd entry must be created first. If the -C option is not given, existing entries are overwritten by the new data. -v Gives more verbose messages. -C Restricts the -s option to creating new entries only, rather than possibly overwriting existing ones. -L Uses only local entries, not NIS. -N Uses only NIS entries, not local. -R Causes new local user-profile entries to be written to the root partition only, no matter what the UID of the profile. -U uid Specifies the minimum general user UID. User-profile entries with UIDs less than this value (default of 100) are written to the root partition in the /tcb/files/auth.db file. Profiles with uids greater than or equal to the specified value are written to the /var/tcb/files/auth.db file. -H Print a help message and exit successfully with no further processing. DESCRIPTION
The edauth utility displays and modifies the system databases used by the enhanced security subsets. These include the user profile data- bases and their NIS map source files, the file control database, the terminal control and device assignment databases, and the system default database. Note that edauth does not alter /etc/passwd. The edauth utility is intended for disaster-recovery situations, since the GUIs provide a much friendlier interface. However, for sites where X is not available, edauth can be used for general maintenance of these databases. If none of the -s, -g, or -r options are given, edauth extracts each matching entry into a temporary file, and allows the user to edit that entry. If the edited entry has more unparsed fields than did the old copy, a warning is given. If the -v option was given, the unparsed text is displayed. Editing and setting of entries in NIS maps is only allowed on the NIS master host, in which case the changes are made to the NIS map source files themselves, and a make of the NIS maps is then performed by edauth. The only option available to a non-root user is displaying the publicly-accessible databases or the user's own profile. EXAMPLES
To display just the wildcard entries from the ttys and devassign databases: # edauth -g -dt '*' '*:*' # edauth -g -dv '*' '*:*' To display the system defaults data: # edauth -g -dd For a non-root user to display his or her own profile: % edauth -g For a privileged user to display all user profiles: # edauth -g To display the user profile for root: # edauth -g root To edit the entry for user root: # edauth root To edit the ttys database entry for lat/628: # edauth -dt lat/628 To edit the NIS profile entry for user nobody: # edauth -N nobody To add a template of cis401 to a list of user names contained in a file named students: edauth -g `cat students` | sed 's/:chkent:/:u_template=cis401:chkent:/' | edauth -s ENVIRONMENT
The following environment variables can be used by edauth: TERM Checked for being set only, in order to determine whether the $VISUAL environment variable should be consulted to find an editor to use. The $TERM variable is also likely to be used by the editor that is spawned. VISUAL Checked to find the editor to use when editing data, if the $TERM environment variable is set. EDITOR Checked to find the editor to use when editing data. If neither the $VISUAL nor the $EDITOR environment variable is available, edauth checks /usr/bin/ex and /sbin/ed for execute permissions and stops attempts to edit data if none can be found. Other environment variables which are likely to be used: NOPUSH This environment variable is checked by the /var/yp/Makefile file when updating the NIS maps in order to determine whether to force the NIS slave servers to update their maps immediately (and to wait for that update). RELATED INFORMATION
Commands: convuser(8), convauth(8), authck(8) Files: authcap(4), prpasswd(4), ttys(4), default(4), devassign(4), files(4) Security delim off edauth(8)
All times are GMT -4. The time now is 02:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy