Search Results

Search: Posts Made By: stevenswj
1,323
Posted By billconner
Use virtualhosts and in the <Directory> section...
Use virtualhosts and in the <Directory> section put in any directory on any server, any place. It's all magic but Apache will work it all out. Virtualhosts will require a new entry in the name server...
1,323
Posted By Scott
Using aliases? From httpd.conf: #...
Using aliases?

From httpd.conf:

# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias...
11,196
Posted By pludi
Either mkfs -t ext3 ext3.img, or mkfs -t ext3 $(...
Either mkfs -t ext3 ext3.img, or mkfs -t ext3 $( losetup -sf ext3.img )
The second version will bind the image file to a loopback device which can be used like any other device.
2,104
Posted By achenle
Try creating a ".hushlogin" file in your...
Try creating a ".hushlogin" file in your account's home directory on the remote machine:

ssh user@server
touch .hushlogin
2,104
Posted By Scrutinizer
.hushlogin works on the MOTD, but this is the ssh...
.hushlogin works on the MOTD, but this is the ssh banner that is being displayed. This does get sent to stderr so you should be able to 2>/dev/null or use ssh -q. Careful, since doing this may hide...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 09:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy