Soft Or Tool To Manage Apache User
Apr 20, 2007
Here is what i have:
- Webserver for member to download which is using user/pass from .htpasswd to allow anybody can see file or download.
What i need:
- any software(code) can show me who log in and when, how much they download, how many time did they login. ---> this to prevent account from to be shared between many people.
- some sort of tool or software can allow me to add new user/pass quick since i am manuallly adding new username/password encrypted to .htpasswd file.
what software to use( or to buy if not so exspensive).
View 3 Replies
ADVERTISEMENT
Jun 4, 2009
I am looking for access to a specific environment and I thought i'd put it out there and ask y'alls if you have seen a good way to achieve or a reseller that would let you...
a. Use whmcs to auto create accounts (yes, ino, very likely in most cases)
b. Manage all the accounts from a user that has access to all the webroots.
Im looking for a setup that lets me autocreate an account so a user has access but lets me use dreamweaver to manage all the sites in one session. I've found either or, but not together.
I thought about buying an instance of cpanel or lxadmin but im tentative to move away from a guaranteed uptime and backup solution that comes with a reseller environment.
View 11 Replies
View Related
Aug 26, 2014
The latest versions of Apache for Windows sometimes refuse to do a "soft" restart with httpd -k restart.
View 4 Replies
View Related
Jan 25, 2014
I have a apache server, and i'd love to find a way to be able to upload files to my server, allowing me to view the files on my server or in a folder, allowing me to download these files, edit them and re-upload them, replacing them such as files like word documents. I want it to be web-based as i'll be using it for school work, so i can upload them.
View 2 Replies
View Related
Sep 27, 2009
I need to look at a way to run a specific application over the internet, inexpensively of course. The issue is we have a professional association that wants to run an email discussion list using specific email discussion software (ListServ from L-soft). The association currently has a hosted website but no capacity within their current hosting contract to run a specific application like this. I am told that dedication servers run to the cost of $1000/month, which is way too expensive and not very cost effective for this single specific type of application for a 1300 member association.
Are there other options for running ths type of application on a shared server? Anybody have any ideas where I should look? Would prefer an Australian server, but as long as it can use our domain for emails, I would be happy.
View 5 Replies
View Related
Oct 21, 2009
I have a question about soft raid 1 performance, what's the normal IO speed for a two disk soft raid 1.
We have two servers, and we have run following command in each server,
dd if=/dev/zero of=test.bin bs=1000M count=1
In one server we can get about 80MB/s, another one is about 40-45MB/s
Which one is normal?
View 1 Replies
View Related
Oct 25, 2009
Recently we ordered a few servers with soft raid1, but seems the soft raid doesn't perform well, copy a 1G file, it takes about 40 seconds.
also sometimes it takes very very long time, I haven't count it, at least a few minutes, just like the server is dead.
I have run this command.
dd if=/dev/zero of=test.bin bs=1000M count=1
1+0 records in
1+0 records out
1048576000 bytes (1.0 GB) copied, 1.14416 seconds, 916 MB/s
But obviously it takes more more than 1 second, why it shows only takes 1 second?
I'm using two ST31000528AS hard disks.
View 0 Replies
View Related
Apr 20, 2008
SOFT LAYERS data center did not fulfill its legal obligations with regards to the protection against hackers. I complained to SOFT LAYERS against the server hosting the Hackers sites two times and although they shut them down they keep coming back. They don't reply to my messages. These hackers are causing a lot of damage, what can I do to shut them down permanently. Please advice, SOFT LAYERS only talk to these guys to ask them to remove the hacking contents but they never do and SL don't bother to check on the.
View 2 Replies
View Related
Jun 5, 2009
My server just hang and whole hard drive was turn to read-only mode.
My KVM shows this
Soft Lockup - CPU#1 stuck for 10s [shutdown:10888]
I can't even google for such error. Anyone experience this before?
Check the attachment for screen shot..
View 1 Replies
View Related
Jul 30, 2006
Dedicated server has 2 HDD but I am not going to pay another $25/month for the hardware RAID solution (already stretched too far).
My plan is to install FreeBSD 6 and use Gmirror to establish a raid-1 "soft" mirror.
Advantages: Entire drive is mirrored including the OS. Drives can be remotely inserted or removed from the mirror set using a console command so its possible to uncouple the mirror and perform software updates on a single drive then re-establish the mirror only after the updates have proved successful.
Disadvantages: Lower I/O than hardware solution (not a problem for me) others???
I rarely see people consider software raid for a tight-budget server and I am wondering why? Could it be that other OS's dont have a solution as good as gmirror? Or is it just that crappy soft-raid in the past has left a bitter taste in admins mouths? Or perhaps admins need the extra I/O of hardware?
View 3 Replies
View Related
Jun 9, 2008
Is there a colo provider that has a free private network for use between their locations, similar to what SL has for their dedicated servers between facilities? They have 10GigE between their locations, with free unlimited usage.
We have around 40 servers now, and colo would really make sense, but we are doing multicasting stuff so we really need a backend network to support our services, as well as many locations for better delivery quality.
View 10 Replies
View Related
Apr 3, 2014
I have opensuse 13.1 on my server and i folow this tutorial: URL....but as you see this is for opensuse 12.2, but i manage to run everythink only apache2 server.Well i get this error, but i run vhost.No user or group set - set suPHP_UserGroup..Well apache2 is rurning as every other thinks on server only web page dont show and i get error: Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
View 1 Replies
View Related
Jun 5, 2009
I've run into a wall trying to run apache with multiple websites allowing users to use FTPd to manage files.
I'm running FreeBSD 7.1 on Apache 2.2.x
The issue is that Apache runs as www:www but FTPd writes the files as username:client. When performing some scripts that edit back-end files, this obviously can cause errors.
The data for each directory is stored in /home/username/www
I looked into some apache directives I could use. I tried putting User and Group directives into the vhost configuration for each vhost, but that did not work. I even found the perchild module and it looked like it can do the job but was a bit scared and turned off by the fact that it states it is beta at the top of the page. (I cannot link to it because I do not have enough posts.)
View 2 Replies
View Related
May 11, 2009
I'd appreciate if you can point out some links, or if anyone is willing to help me for a fee, we can talk about it.
I have a web application called MyApp
- Each MyApp user has 5gb hosting, and a web interface to manage their files.
- Therefore MyApp user gets a user account on linux machine and has access to only one directory /repo/usr/<user_id> and nowhere else. (suexec?)
- If that MyApp user creates a subdomain from any folder inside his home folder (he can do that using web interface), that folder is readable by www-data user not writable.
- That myapp user is able to mount/unmount his own ftp drives using curlftpfs.
- In short, users can only mess with their own files and they have no access nor rights to any other file that is outside of their home dir.
In short, this is a kind of hosting company server setup. Right now, we will have to manage all this from -only- one powerful server.
View 2 Replies
View Related
Jul 27, 2008
APache is running under the "nobody" user/group as default in CPanel servers
as a suggestion I should change it to another user/group to improve security!
But in CPanel servers its hard to do that because you must edit some scripts and files to prevent the backing to nobody when running some scripts such
PHP Code:
/scripts/chownpublichtmls/scripts/enablefileprotect
or when create a new account
Some sites says "the secret of changing the user/group is in the UID/GID of nobody < 100 !"
so I found a solution :
1 - delete the user/goup nobody
2 - recreate it with GID/UID > 30000
3 - run /scripts/chownpublichtmls
so the question is that solution improve security or i should change the user/group to another one! like "www"?
View 3 Replies
View Related
Aug 12, 2007
I've recently moved to a new server in which I don't have root, so bare with me.
For some reason when I upload a file with 'move_uploaded_file($tmpName,$new_filename)', it seems to work fine - but when I check it, try to download it (http or ftp), or change the permission - I can't, because its set to 600 for some odd reason, and owned by the user Apache is setup on.
View 5 Replies
View Related
Feb 20, 2014
My apache VPS is having a minor problem.
Using SSH, I gave permission to my FTP username with code below:
chown -R user:ftpgroup /home/site
But my WP theme needs to set up that user I use is rewritable and use this code:
chown -R www-data:www-data /home/site
since using a php code to check WP user and it shows www-data.
MY PROBLEM: I need my FTP to able to write cause i use plugin to create backup and change plugin. My theme also need for both to work.
I can't seem to make run together. I can change group or FTP as long as I can have m WP working.
View 2 Replies
View Related
May 7, 2013
I am using apache with subversion and need to redirect a request for a file to a different file based on the user that has made the request. It appears that the URL for the requested file could be changed on the fly using RewriteMap; however, is there any way to get the User (as typically given in the request_rec available to apache hooks) making the request in the program used?
View 2 Replies
View Related
Apr 28, 2008
i have 2 questions
1 ) iwant limit one user on the cpanel limit on the apache conections?
2 ) i want limit one user not use download manager for site clients
View 4 Replies
View Related
Jan 27, 2014
I have a rewrite for mobile clients :
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|iphone|ipad|nokia" [NC]
RewriteRule ^$ https://www.myudomain.com/Mobile [L,R=302]
My mobile site is HTML5 written and old phones doesn't support it. How to exclude f.x. old nokias - like 6220 and rewrite old phones to /Mobile_old?
View 1 Replies
View Related
Nov 1, 2013
configure Apache server to handle users requests using condition based on where he come from so i can redirect him . what i need if user came with from site start with xn--* redirect him to virtual host and if he came from any other link then go to another virtual host
View 2 Replies
View Related
Feb 17, 2015
When a php framework try to create a new folder, it's created with apache: apache owner instead the user and group owned the root folder.
the PHP safe_mode is set to off.
View 3 Replies
View Related
Dec 18, 2007
I am getting this error and I just installed apache 2.2 and added a user using useradd user. When i added into the virtual which is:
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot /home/user/public_html
ServerName user.com
</VirtualHost>
It does not find the public_html folder I added. Is this a permissions problem? or something else?
View 7 Replies
View Related
Oct 1, 2014
Is it possible to verify client certificate based on username?If possible, How can we implement it in our httpd-ssl.conf file.
View 1 Replies
View Related
Dec 17, 2013
I have several applications that use authentication and expect REMOTE_USER to be set by Apache for authentication/authorization.
I am putting a reverse proxy, with shibboleth in front of these applications, on a separate server.
Currently, REMOTE_USER is not sent. I have tried a few things, and I am currently sending it inside another header, but I have some applications that are closed sources and this will not work.
Is this possible to do? I am running this with Apache 2.4.7, I believe, on the Windows platform.
View 2 Replies
View Related
Jan 6, 2015
We have several sites on one server. When I use the plesk wordpress manager it some how updates the User and Group permissions on folders and files with the username apache. How or what command do I run to get it to use the site username and psacln. It appears something maybe in an update or whatever has caused this issue. This only occurs with wordpress and drupal updates from the plesk interface.
What command can I run just to update the permissions to update all users to a username and psacln security settings on folders and directories.Running Plesk 12.0.18 and CentOS7
View 1 Replies
View Related
Jun 20, 2009
I get the following error when let my site connect to my database: Access denied for user 'apache'@'localhost' (using password: NO)
But when im running lil test script which connect to my localhost with the same passwords and it gives the status 'Connection OK' (im running on admin account, made a MySQL account with DA)
Code:
<?php $link = mysql_connect('localhost','admin_removed','removed'); if (!$link) { die('Could not connect to MySQL: ' . mysql_error()); } echo 'Connection OK'; mysql_close($link); ?>
View 2 Replies
View Related
Jul 18, 2013
I use Basic Auth to limit access to a web site. This seems to work ok. I noticed though in the logs that the logged in user is not logged:
80.....188 - - [16/Jul/2013:09:56:29 +0200] "GET ..." 200 1844 "...." " ...
I would expect the second - to be replaced by the logged in user. The doc says, the user is logged if the document is protected. I do protect the whole directory using directory match. Without log in I fail to retrieve the document in question.
View 4 Replies
View Related
Mar 9, 2008
Has anyone used managemybox.com?
If so, what do you think of their service/reliability. I see they have neither a live support or phone number or maybe I missed it, so what do you think of their response time and support?
Also, those who have heard things are welcome to post too even if you haven't used their service.
View 8 Replies
View Related
May 23, 2007
I'm using Microsoft VPS 2005 for my business. Who can help me about VPS managerment?
I have found some hosting companies are using Plesh VPS, CPanel VPS. But, i want to use Microsoft VPS to provide a Share Server service to my customers.
However, i cannt find any VPS manage in Microsoft VPS. How should i do to manage it when i have installed Microsoft VPS.
View 4 Replies
View Related
Sep 5, 2007
Running programs named Perl with Heavy CPU usage, with the ownership of user apache.
We found the problem on Fedora 3 and Fedora 6.
In our case, it was the result of a Trojan activity.
Quick Solution
Check the cron jobs of user apache
crontab -u apache -e
*/1 * * * * perl /tmp/.tmp/tmpfile
delete the cronjob entry.
Also delete the file /tmp/.tmp/tmpfile
also added "apache" to the file /etc/cron.deny
That's all
Problem and solution in detail....
View 1 Replies
View Related