Ubuntu Servers :: What Software Can Use So Can FTP My Site's Files To / Var / Www Directory?
May 31, 2011
Does anyone have any recommendations on what software I can use so I can FTP my site's files to the /var/www directory? I tried using vsftpd, but the software was terribly difficult to configure correctly. I tried telling it to make everything that was uploaded have "704" permissions, but everything I uploaded had strange permissions on them. When I used to use professional Linux hosting, that was never a problem, so I'd like a simple FTP server software so I can easily manage my site from a remote location.
View 9 Replies
ADVERTISEMENT
Aug 22, 2011
I want to make a fedora mirror site and i only want to have the fedora 15 i386 rpm files i dont want to download all the rest. How do i di this ?
View 2 Replies
View Related
Jun 25, 2010
I have to ubuntu machine (9.10 and 10.4) with a openvpn tunnel between them.This is the situation:
Code:
NetworkA 192.168.0.0/24
|
UbuntuA br0:192.168.0.3 (openvpn bridge between eth0 and tap0)[code].....
UbuntuA has one only interface etho and there are two openvpn instance: one bridge istance with br0 and another instance with tun0.
UbuntuA is not the gateway for networkA. UbuntuB is the gateway for NetworkB.I need to comunicate between pc on networkB e those on networkA.This is the "ping situation" (no pc tested has an active firewall):
ubuntuA vs ubuntuB: OK
ubuntuB vs ubuntuA: OK
pc on NetworkA vs ubuntuA and ubuntuB: OK[code].....
View 6 Replies
View Related
Feb 18, 2010
In the office there is a local network with samba+openldap PDC. The local domain name is company.net. The company desided to create a corporate Website on a remote hosting and desided that the site's domain should be company.net which is same as local network's domain name. So now it is not possible to reach that corporate website from within the company's local network because, as I guess, bind9 which is installed on above menioned PDC looks for company.net on a local webserver. Is there a possibility to let people from this local network browse the remote site?
View 1 Replies
View Related
Jan 21, 2010
Just installed lamp, I can access phpmyadmin mysql is set up and everything. When I try to view a directory [URL] I get an access denied error.
EDIT: I changed the permissions of the "folder" folder itself, I can access everything in that directory now but not any other folders in it. Do I really need to go through every folder every time and change the permissions?
View 4 Replies
View Related
Mar 29, 2011
I was having trouble getting php files to display properly on my ubuntu 10.10 LAMP setup. Everything was installed with defaults and working properly. testphp.php worked as long as it was in the sites parent directory, but any php files in user directories did not work. All browsers tried to download the php files located in /home/user/public_html instead. I tried to use the help documents here, [URL]..
Finally I was browsing around in the /etc/apache2/mods-available directory and looked at the php5.conf file. Here is the relevant information from the file:
Code:
# To re-enable php in user directories comment the following lines
# (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
# prevents .htaccess files from disabling it.
# <IfModule mod_userdir.c> #Comment out this line
[Code]...
I tried to edit the help document linked above but it says not to do so! I couldn't find a reference for this fix anywhere else, so I decided to post it here.
View 4 Replies
View Related
May 5, 2011
I use Apache 2.0.55 (Ubuntu) as a document server for a business association. When the document files expire, I change the permissions so that only the owner can open them but I like to leave them on the server so that they are all in one place.
Here is my trouble--when visitors come to the site and get the directory listing, all the document files show up, whether the visitor can access them or not.
Is there some way to configure the server to not show the inaccessible files?
I guess a few technical details might help. During their useful lives, the files permissions are set to 644. Once they expire, I change them to 600. After the change, the files are still visible. Setting them to 000 doesn't help either.
It might be of note, but directories behave differently than files. If I set a directory to 600, it disappears from the listing.
View 2 Replies
View Related
Dec 12, 2010
I would like to change the permissions for a directory and all files inside the directory how do I do this? The website is located only on my local network so I am not worried about security. Also what would be the optimal permissions for running wordpress.
View 1 Replies
View Related
Jun 12, 2009
With F11 installed Apache is having permissions issues reading files out of the html directory. Only wants to work with permissions set to read for other. [Thu Jun 11 23:25:28 2009] [error] [client 127.0.0.1] (13)Permission denied: file permissions deny server access: /var/www/html/index.html Tracked down the permissions issue. Is there a good reason not to change the group to apache and remove world read?
View 1 Replies
View Related
Nov 8, 2010
I have a multi user system for my roommates and myself that has separate folders for each of us. I've got user authentication working with samba, but unless I set every file and folder readable/writeable by all users, I can't browse it or edit the files.This isn't ideal as the shares are open to other users access, so I'm hoping there's a way to keep folders at 750 and files at 660 while allowing samba users to browse, delete and edit.Also, the samba share is actually a mounted NFS share from another server. Both the NFS server and the Samba server have the same users/uid's. When a file is created from a Windows host via the Samba client, the NFS server's permissions do show that the correct user owns the files, but since the files aren't mode 666 but 640 I can't edit or delete the file.
View 4 Replies
View Related
Jun 30, 2011
How would i go about copying files to a directory, yet skip the files that already exist in the directory, and also remove the files that are in the directory. For example:
Code:
$ls /dir1
img001.jpg
img002.jpg
[code]....
Now i would like to copy from dir1 to dir2, but the contents of dir2 would be:
Code:
$ls /dir2
img003.jpg
View 7 Replies
View Related
Jul 19, 2010
I'm migrating a site from one VPS to another, and I'm having trouble understanding what I need to do with DNS. I haven't even gotten to the nitty-gritty of it: I don't understand it at a very high level. My host sent me this email explaining what I need to do, and I don't even know what questions to ask.
Quote:
Your registrar has MyHost's nameservers listed for your domain name.
All DNS-related info for mysite.com and everything inside that zone is defined in your zone file which is currently on your VPS "myserver1" and is being rsynced to [our] servers.
I'm suggesting that if you don't want to spend any of your migration time setting up a DNS server then you may wish to just make the changes in that file, since that is the method that is currently working.
I've come up with two possible interpretations of this situation, and perhaps neither is correct.I need to set my new VPS to be its own nameserver, and have my registrar point mysite.com to my VPS. I need to set up a DNS server to somehow interact with MyHost's nameservers (something about a zone file). Do either/both of these sound plausible? I thought DNS made a server into a nameserver, is that not right?
View 6 Replies
View Related
Jul 29, 2011
Im trying to just set up my web page so it can be seen on my local home Lan (then Ill try to get it on the internet). I can see the site it on my pc but other network users cant.
They can ping my computer but cant telnet to it on port 6060 (thats the one is set the server up on)
What's wrong with my configuration its mostly the default with a few changes that I hoped would make the site work.
My ip 192.168.1.10
Here is the sites-available default file
Quote:
View 7 Replies
View Related
Nov 14, 2010
There are millions of files in many directories. Wherenver i try rm * or find or use xargs, they say 'argument list too long' and exit. How can i deleted files in a directory with so many files without deleting the directory itself.
View 3 Replies
View Related
Aug 19, 2010
I have apache installed on my server. Is there a way to view how many users are on my site?
View 3 Replies
View Related
Jun 2, 2011
Right now my server is being used as a Minecraft server. I have a site hosted on it, but my ISP blocks port 80, so I'm the only one who is able to view the site. I want to be able to change the port the site is on so that anyone can view it. I've looked it up and apparently that is possible; however, I haven't found out how to do it. I've changed the ports.conf file in /etc/apache2 and the default file in /etc/apache2/sites-available, but it didn't work. All that did was take my site off of 80, but it did not put it on the new port I specified. What exactly do I have to change so that when I go to mysite:port, it loads my website?
EDIT: Also, just for extra information, the two ports I tried were 8080 and 81.
View 4 Replies
View Related
Aug 3, 2011
Has anyone ever worked in the development of a cart application able to handle transactions and payment. I am not just interested in the database processing but how the money is being transfered. Do you need some server requirements? Any book(s) that you find useful to read? or online source ?
View 2 Replies
View Related
Jul 12, 2010
A while back, I put a site up under a LAMP setup, and followed a guide from ubuntuforums that I googled to set up SSL encryption for the site.
That site works great, but since then, I've added some other sites to the same LAMP server. They load fine as well, but if I type in https:// before going to the latter sites, the browser attempts to redirect to the first, and warns that it is a fraudulent certificate, and that I'm at risk by going to the site.
Obviously, it isn't an attack site, the certificate is just set up for only one domain. How do I prevent my non-SSL sites from redirecting to the SSL-encrypted site?
View 6 Replies
View Related
Aug 10, 2010
How can I redirect my URL after a site move.I have phpBB forum software installed on a 10.04 server, and I recently moved the forums from mysite.com/forums/ to mysite.com/.
So, a thread that looked like
mysite.com/forums/viewtopic=...
now looks like
[code]...
View 2 Replies
View Related
Feb 10, 2011
I am running ubuntu 10.04, and I have one website up and running 1 website.from my local server, from my local computer on the same network I can type in the ip address of my server and I do get the default webserver is running page, however when I try to connect to my domain, it cannot find it. I have run a ping, and it reached it just fine.
View 7 Replies
View Related
Mar 25, 2011
To setting up the mail server for my site. The situation is such that it is necessary to allow access through the site (built under LAMP) to the mail server. Ligament postfix + dovecot good option? or who have a similar configs mail server.
View 1 Replies
View Related
May 29, 2011
It is possible for apache2 (debian) to host a frontpage page? All links I found from google and microsoft said that frontpage is dead. How can I host the site ?
View 4 Replies
View Related
May 3, 2010
I am running a website using a Fedora 9/ Apache 2 platform. I have added two new disks to the same server and installed Fedora 12 (I don't have both sets of disks in at the same time either the old ones with F9 or the new ones with F12). Having copied 'all' of the settings over to the new F12 installation it only serves pages on localhost not on the external IP as the F9 version does.
I have now installed F9 (got rid of F12) onto the new disks and copied the settings from the old installation onto the new disks and the server once again serves up pages. The only hardware changes are the disks being popped in and out between restarts as I swap between the old and new installations.
Hopefully there is some obvious (to someone) difference between F12 and F9 that would account for this.I have messed with settings for a while now and am almost at the point of paying for RHEL to see if that does the job.
View 4 Replies
View Related
Jun 18, 2011
i need to host multiple site under one ip adress, its this posible ?
View 1 Replies
View Related
Mar 24, 2010
I installed apache on my local machine to test my sites. I have one problem:I created a new site configuration in /etc/apache2/sites-available and enabled it. The problem is that cgi is not working, it just prints the content of the files. (The default location for cgi, /usr/lib/cgi-bin works without problem.)Here is the content of the site configuration file:
Code:
<VirtualHost *site1:80>
ServerAdmin webmaster@localhost
[code]....
View 4 Replies
View Related
Dec 8, 2010
I blocked facebook and ..... but if any one change the http with https its open with him how can i mange https like http.
View 9 Replies
View Related
Mar 25, 2011
I used the Ubuntu server 10.10 for cache and proxy purpose. I install squid 2.7 stable 9. My problem is to cache the some url by force. eg . [URL]...I search the clues by using google. but I only found how to block the url. so I come here and request the advice. I want to cache the couple of site because of our country have bandwidth problem.
View 2 Replies
View Related
Mar 28, 2011
A church I've been working with has a CCTV system that has a web interface for viewing the camera feeds. We need to see the page from the outside, but it is just an HTTP page, no encryption. The box itself does not accept any sort of SSL encryption. How I can get this on the net in a secure way? At worst I could set up a remote desktop type solution, but I was really hopping I could use some apache magic and just re transmit the page to https and ssl encrypted.
View 2 Replies
View Related
Apr 6, 2011
I've successfully set-up Drupal on my machine on a local network and have no problem accessing it with the virtual host names defined in /etc/hosts, but I don't have bind or any other DNS set-up.I've installed Postfix and can sent email with the mail command to unix account, and I can also read them with the mail command( from the command line).Now, my problem is with not being able to use the local Unix email accounts in drupal. Particularly, I would like to have one of the unix account receive email for the development site.I might like to also have various user on the drupal installation, and then test sending notifications to them.here is my /etc/postfix/main.cf# See /usr/share/postfix/main.cf.dist for a commented, more complete version
View 2 Replies
View Related
Jul 23, 2011
I am trying to set up a home web server for my personal site using Ubuntu 11.04 and Apache. I have set up a user called www and given it FTP access to its home area (/home/www) using vsftpd. I then edited /etc/apache2/sites-available/default and set the DocumentRoot directive to /home/www. When I made a test index.html file in that directory it worked fine. Then I FTP'd to the server (as www) from another PC and uploaded the site files. Now when I try to access the site I get an error 403 (forbidden).Obviously I'm doing something wrong here but I'm not sure what. What should I do to fix this.
View 2 Replies
View Related