Networking :: Launch A Webpage With Vsftpd Ftp Server?
Apr 14, 2011
I'm kinda new to all of this so I believe there's a simple solution for what I need I just don't know how it's done.
So I've configured a vsftpd, ftp server and enabled the anonymous user, therefore when I do
Code:
ftp://my_location.com
a directory like view is displayed in my web browser, corresponding to /srv/ftp where the files for the anonymous account are kept. Now I've made a little web page and I've copied it there, and can be executed running main.html so the address to access the web page would be
Code:
ftp://my_location.com/main.html
My problem is that I don't want anybody to have the possibility to see the directory like display so I'm wondering if when someone does ftp://my_location.com can't this be redirected so it will do ftp://my_location.com/main.html instead?, making the display of files and directories impossible from the ftp://my_location.com
View 7 Replies
ADVERTISEMENT
Jun 16, 2011
I'm thinking about making some offline splash page for Ubuntu (Similar to how Jolicloud functions) I'm wondering if it's possible to be able to launch an application (For example, gedit) by clicking a link on the offline webpage?
View 3 Replies
View Related
Feb 10, 2011
Any clue? I'm using the same key for root login and it works fine (also works fine for SFTP but i hate using that cause its extremely slow)
View 2 Replies
View Related
Jun 26, 2011
I have a small stats program that I am using to get some sys stats. I am trying to launch this program on a particular port, using the xinetd system deamon. Here is what I am doing ...
[Code]///
View 1 Replies
View Related
Jan 13, 2011
I removed CYGWIN and installed a Ubuntu 10.10 64bit virtual box and now I have it running, but I still can't get it to run my CGI script from my webpage that i have on Ubuntu platform. I was wondering if there was a certain way that I need to install apache or whatever to get it running correctly.
View 6 Replies
View Related
Aug 31, 2009
OS: CentOS 5.3
vsftpd ver: vsftpd-2.0.5-12.el5_3.1
I installed vsftpd server in one of my servers using "yum install vsftpd" command. NFS server is running in the other server and mounted as "/data" in this FTP server. root in FTP server has also root authority in NFS server. All the files and sub-folders under "/data" in FTP server have 755 or 766 mode. Even I modified vsftpd setting to allow root login.
When I login as root to FTP server with FileZilla client, I can see all the file list in root home directory and move to /data directory. I can download any file in a local HDD but I can not download any file in /data directory.
View 1 Replies
View Related
Mar 20, 2010
i configured ftp in my server.i just want to access the web page created in server through ftp.ya i can able to access. but the problem is ,it,s showing all the files and folders of the server like Desktop,Documents etc.....
But its just need to show only the site files such as index.html and its sub folders.
i think the problem is because of logging in to the server through ftp as normal user,which is created in server. so i think if we login as ftp user we can able to access only the website files.
how to create ftp users.
View 4 Replies
View Related
Mar 15, 2011
I'm using the "Beginning PHP5, Apache, MySQL Web Development" book from WROX to teach myself these processes. I'm a retired programmer and trying to keep my brain active. I've been able to get through most of the process and get things to work. But getting a picture upload and then display it is killing me. The picture is moved from the initial directory and placed in the destination but will not show on the web page, I get a place holder and all the information about the picture, but no pic. The MySQL is processing all the database stuff .I haven't a clue what is not working, Firefox, Apache or what. I'm running Fedora 14.
Here is the code I'm using:
Code:
upload_image.php
<html>
<head>
[code]....
View 11 Replies
View Related
Mar 26, 2010
i have already configured a domain in my server. now i have configured multiple local ip addresses,can i configure a domain for each local ip address. is it possible. if possible how can i access the web page through apache.Because already i am accessing the web page for a pre-configured domain from the path /var/www. if i able to create new domain.From where the apache fetches that index.html file, when requested through browser.
View 5 Replies
View Related
Aug 3, 2010
pls tell me complete configuration of vsftpd server on redhat 5
View 1 Replies
View Related
Sep 11, 2010
Code:
# service httpd stop
Stopping httpd: [ OK ]
And now we access the web site by typing the URL: http://192.168.56.10/ and the following message, as expected, is displayed:
Code:
This webpage is not available. The webpage at http://192.168.56.10/ might be temporarily down or it may have moved permanently to a new web address. But is there any way to display a different web page or message when we have brought down the Apache Server for maintenance so that a visitor on our web site would not think that we are gone with our bags and baggages...?
View 1 Replies
View Related
Jun 27, 2011
To Protect Web Page Directories With Passwords i have done the below configuration but the problem is when i click the linux it is not asking username and password,
Created new account for logging into web interface:
htpasswd -c /etc/httpd/conf/.htpasswd travelkarega
Created a file name .htaccess in /opt/apps/deploy/websites/travelkarega/html/
vi .htaccess
AuthUserFile /etc/httpd/conf/.htpasswd
AuthName "Please enter password"
AuthType Basic
<Limit GET POST>
require user travelkarega
</Limit>
Added these above entries in the file .htaccess
View 1 Replies
View Related
Jul 26, 2011
it was possible to run a script (something.sh) on a server when a button on a webpage is pressed. I already have Apache set up and I will set up php if I have to.
View 5 Replies
View Related
May 5, 2010
I have configured Squid proxy on RHEL 5. Now I want all squid clients to use default website which is set by Squid Proxy Server. So whenever user opens their browser they will visit same website automatically.
View 3 Replies
View Related
Nov 8, 2010
I want to put some files in a directory that other people will be able to access via a web browser, so that they do not need to log in or have an account.
View 1 Replies
View Related
Apr 19, 2010
i have a centos server with squirrel mail and sendmail, i have a web page that i want to change for a new one... how can i do it?
View 1 Replies
View Related
Apr 24, 2011
I suspect the network card but I could be wrong.
Sometimes it doesn't load all of a webpage. In Firefox this results in only some of the page being displayed. In konqueror I get the "Connection to host www.page.invalid is broken" error message. The computer was doing this when running Opensuse 11.3 and continues to do it when running a clean install of Opensuse 11.4. I haven't tried a live CD of Ubuntu or something but that might be worth a go.
View 5 Replies
View Related
Apr 14, 2010
I have just generated a new ssl key on my ftp server with the following command
Code:
I then put my new key onto my file server and attempted to connect to the FTP and it failed (this did work before with the default key).. I use curlFTPfs to mount the FTP directory locally as /ftpbackup, below is the command and the output.
Code:
Error connecting to ftp: server certificate not activated yet. As you see it gives an error about the certificate not being activated, I have looked this up and cant find a way to activate it.
Below is the contents of vsftpd.conf on the ftp server
Code:
View 1 Replies
View Related
May 29, 2010
We have a Centos 5.4 system with V4L installed. xawtv displays the web cam's output fine, but I need to find a way to embed live video from the web cam in a web page (Apache is also installed). I want to play the video in such a way that the viewers do NOT need any special software other than a standard web browser (Firefox, IE, etc.)
View 11 Replies
View Related
Feb 18, 2011
I wish to download a webpage, which is secured by username and password, using WGET. The thing is there are many forms on that page and I dont know how to tell WGET which one should it send (by POST method) the parameters. I have solved it till this so far:
wget --post-data="predmet=xxx" --http-user="yyy" --http-password="zzz" [URL]
It gets through the authentication but it will not submit the form.
View 3 Replies
View Related
May 12, 2011
I have recently upgraded to the new ubuntu 11.04 but am having problems with the internet. Often When I try to access a website it takes a long time (5-10 minutes) to load even google, and sometimes I just get the following error message:
This web page is not available. The server at google.com can't be found because the DNS lookup failed. DNS is the web service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Chromium from accessing the network.
Here are some suggestions:
- Reload this web page later.
- Check your Internet connection. Reboot any routers, modems or other network devices that you may be using.
- Check your DNS settings. Contact your network administrator if you're not sure what this means.
- Try disabling DNS prefetching by following these steps: Go to Spanner menu > Preferences > Under the Bonnet and deselect "Use DNS pre-fetching to improve page load performance".
- Try adding Chromium as a permitted programme in your firewall or antivirus software's settings. - If it is already a permitted programme, try deleting it from the list of permitted programmes and adding it again.
- If you use a proxy server, check your proxy settings or check with your network administrator to make sure that the proxy server is working.
- If you don't believe that you should be using a proxy server, try the following steps: Go to Spanner menu > Options > Under the Hood > Change proxy settings and make sure that your configuration is set to "no proxy" or "direct".
Error 105 (net::ERR_NAME_NOT_RESOLVED): Unable to resolve the server's DNS address.
I have tried to access the internet using Chrome, Firefox, Konqueror, on the Untiy Desktop, and the Classic Desktop. I've checked my Proxy settings in Chrome (My main browser) and its set to direct internet connection. I've Disabled the UFW. I've edited the resolv.conf which initially showed:
Code:
# Generated by NetworkManager
domain HG532.com
search HG532.com
nameserver 10.0.0.1
and edited it to:
Code:
# Generated by NetworkManager
domain 10.0.0.1
search 10.0.0.1
nameserver 10.0.0.1
and even tried the Google DNS server:
Code:
# Generated by NetworkManager
domain 8.8.8.8
search 8.8.8.8
nameserver 10.0.0.1
But nothing works. It seems like When I initially log on to the internet it runs fine, but over the coarse of 10 minutes the page loading times go down then eventually I just get the above error message. There are other computers here running windows which connect through the same wireless fine.
View 5 Replies
View Related
Jan 18, 2010
I just installed Ubuntu server and wish to run an apache web server from it. I have that setup, with each user having their individual folder. (E.G) apache root /var/www/ LazerPhreaks folder is /var/www/LazerPhreak/ so their website would be www.mysite.com/LazerPhreak/) I wish to setup vsftp to let each user access their individual folder and upload website files via ftp. How should I go about this?
View 1 Replies
View Related
Mar 13, 2010
After giving it some thought, I decided to bail on proftpd, which I've used for some time.
I used
Quote:
But when I search around with locate proftpd, there seems to be a lot of "leftover" stuff. I'd like to remove all traces. Possible?
Now, I installed vsftpd:
Quote:
But when I try to start it, I get:
Quote:
I tried to locate its conf file, but I get this:
Quote:
Though I know it's at:
Quote:
Also, there does not seem to be a log file at /var/log/vsftpd.log or anywhere else.
View 1 Replies
View Related
Feb 13, 2010
how to configure vsftpd? i use rhel-5 server.
View 1 Replies
View Related
Sep 5, 2010
I'm trying to add users.
(Translation: gebruiker = user)
I did this:
I want that only gebruiker1 can be in his map home/gebruikers/gebruiker1
But now he can see the whole server dir.
View 8 Replies
View Related
Mar 31, 2010
I have a vsftpd server configured and I cannot upload using anonymous account, I've trawled the net have have exhausted my search for answers. Here is my vsftpd.conf file
Code:
# Example config file /etc/vsftpd/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
[Code]...
View 9 Replies
View Related
May 11, 2011
My plan is to set up a simple webpage using no-ip. I already made an account and downloaded and configures the client. Now I want to make the actual website (hosted on my local machine). How would I do that? I assume I would need a hosting software.
View 2 Replies
View Related
Feb 24, 2010
I am doing samba file sharing. I got struct in problem relating reading passwords. I have to read password whatever user enter from web interface and process it. And through that password and username the user must log on from windows system. I have to write appropriate shell script for this. this is all i am doing for sharing files through samba.
View 2 Replies
View Related
Mar 8, 2011
Does someone know of a solid article on what files to back up to restore a vsftpd server onto another server?
Right now i'm backing up the ftp directory structure with all the files in it, but no configs, users, etc
View 2 Replies
View Related
Mar 16, 2010
I've setup vsftpd for my FTP on my server, I edited the vsftpd.conf to allow me user to gain access to their home directory, It doesn't seem to let me in, I'm getting the error
Quote:
530 This FTP server is anonymous only.
this is set at yes
I've set it to NO and I get
Quote:
500 OOPS: vsftpd: both local and anonymous access disabled!
I don't quiet under whats going on, I followed this tutorial [URL]
In the end I want to be able to upload files to the www directory for my web site.
View 5 Replies
View Related