Sponsored Content
Full Discussion: apache user dir
Top Forums UNIX for Dummies Questions & Answers apache user dir Post 5846 by macdonto on Friday 24th of August 2001 01:16:05 PM
Old 08-24-2001
Computer apache user dir

Ok, i went to the apache website but im still confused.

Does a server on port 5000 cause any problems?

i am able to view dir's in my var/www/html/ directory
domain#:5000/

but, I cannot access user webs
home/user/public_html/
domain#:5000/~user/

What am I doing wrong?

Thanks

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Modify user home dir

I created a new user and assigned a certain home dir to tis user. I've noticed that this home dir (/export/home/test) is already assigned to other users. I really want to create a dedicated home dir for the new user. Can anyone tell me how I can modify this user with a new homedir? Thx for... (4 Replies)
Discussion started by: kris_devis
4 Replies

2. Shell Programming and Scripting

User dir access using ~ in sh

I am writing code to copy file if user dir exists. Code snippet : #!/bin/sh if then cp ~user1/file file else cp ~user2/file file fi This code works if shell is ksh but not if shell is sh. Can anyone suggest how this can work in sh script? Thanks, Ashish (1 Reply)
Discussion started by: Ashishp
1 Replies

3. Solaris

need to restrict user to his home dir

Hello, i need to create a user who's access is restricted only to his home directory and below, i restricted his pty access by adding 'no-pty' to the options of the ssh key in authorized_keys file. However, sftp access still allows this user access to all my file system thanks (5 Replies)
Discussion started by: lidram
5 Replies

4. UNIX for Advanced & Expert Users

user has access only to one dir

Hello i want to ask how can i let a newly created user to access only one directory and not any other directory at all.: (1 Reply)
Discussion started by: learn82
1 Replies

5. UNIX for Dummies Questions & Answers

Specifying read on dir user?

If I have a number of users all in the same group. How do I give read only access to some of them on everyone elses home directory. Is it possible if they are all in the same group?? So user1,2,3,4 can have read/execute on user1-5 home directory, but user5 can only read only have read... (1 Reply)
Discussion started by: sniff
1 Replies

6. UNIX for Advanced & Expert Users

How to know the user who moved the files to other dir

Hi, I want to know the user ID who moved a file from one directory to another Directory. Example: File1 created by user A is present in dirA then some one has moved it to dirB using "mv" command I want to know the user ID who moved the file to dirB. As far as i know "ls -lrt" command... (1 Reply)
Discussion started by: srilaxmi
1 Replies

7. AIX

Not able to mount user home dir from with automount

Hello there Have anyone configured an AIX 5L machine as NIS client? with homedirectories automounted form an NFS share? The NIS server is running Solaris. I am able to configure the AIX machine as client and user is able to login but I have configured the client to use the automountd... (0 Replies)
Discussion started by: balaji_prk
0 Replies

8. Solaris

how to change /export/home/user dir to /home /user in solaris

Hi all i am using solaris 10, i am creating user with useradd -d/home/user -m -s /bin/sh user user is created with in the following path /export/home/user (auto mount) i need the user to be created like this (/home as default home directory ) useradd -d /home/user -m -s /bin/sh... (2 Replies)
Discussion started by: kalyankalyan
2 Replies

9. UNIX for Dummies Questions & Answers

Switching from root to normal user takes me to user's home dir

Whenever i switch from root to another user, by doing su - user, it takes me to home directory of user. This is very annoying as i want to be in same dir to run different commands as root sometimes and sometimes as normal user. How to fix this? (1 Reply)
Discussion started by: syncmaster
1 Replies

10. AIX

Assign read write permission to the user for specific dir and it's sub dir and files in AIX

I have searched this quite a long time but couldn't find the right method for me to use. I need to assign read write permission to the user for specific directories and it's sub directories and files. I do not want to use ACL. I do not want to assign user the same group of that directories too.... (0 Replies)
Discussion started by: blinkingdan
0 Replies
ANYREMOTE2HTML(1)					      General Commands Manual						 ANYREMOTE2HTML(1)

NAME
anyremote2html - web interface for anyRemote acting as HTTP server SYNOPSIS
anyremote2html -w web-port -a anyRemote-port [-i directory-with-icons] [-s 16|32|64] [-r refresh rate] [--width integer] [-d] DESCRIPTION
The overall goal of this project is to provide remote control service on Linux through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connec- tion. anyRemote supports a wide range of modern cell phones like Nokia, SonyEricsson, Motorola and others. It was developed as a thin "communication" layer between Bluetooth (IR, Wi-Fi)-capabled phones and Linux, and in theory it could be config- ured to manage almost any software. anyRemote is a console application, but in addition there are GUI front-ends for Gnome and KDE and this web front-end. With the help of this interface any device which contains a web browser and which can connect to the PC with anyRemote by TCP/IP (GPRS, Wi- Fi, ...) could be used as a remote control. USAGE
Run anyremote/kanyremote with "-s socket:<port>" option: anyremote -s socket:5000 -f <cfg. file> Run anyremote2html -a <anyremote port> -w <http port> -s 16|32|64 -i <directory with icons> For example: anyremote2html -a 5000 -w 5050 -s 64 -i /usr/share/pixmaps/anyRemote2html Run browser on device and connect to http://<ip.of.PC>:5050 For easier use and configuration of anyRemote as well as anyRemote2html, use either kAnyRemote or gAnyRemote. Further information is shipped with the anyRemote package. OPTIONS
-h, --help Show summary of options. -w <web port> Use specified port for HTTP server, default is 5550 -a <anyRemote port> Use specified port to connect to anyRemote, default is 5000 -i <directory with icons> Default is /usr/share/pixmaps/anyremote2html/ -s 16|32|64 Use specified icon size, default is 64 -r no|smart|<positive int> Set refresh rate for web page, "no" means no refresh, "smart" means variable refresh rate (default) --width <positive int> Assume screen width is specified value, default is 800 -d Show debug output SEE ALSO
anyremote(1), ganyremote(1x), kanyremote(1x). BUGS
If you find any bugs, please report to anyremote@mail.ru AUTHOR
anyremote2html was written by Mikhail Fedotov <anyremote@mail.ru>. This manual page was written by Philipp Huebner <debalance@debian.org>, for the Debian project (and may be used by others). February 5, 2009 ANYREMOTE2HTML(1)
All times are GMT -4. The time now is 04:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy