Blogs RSS
Forums RSS
DaniWeb Home
>
Forums
>
Search Forums
Search Results
•
•
•
•
Showing results 1 to 36 of 36
Search took
0.01
seconds.
Posts Made By:
williebens
Refine this Search
Save these search results for 24 hours
Forum:
Linux Servers and Apache
Jul 15th, 2008
Replies:
2
LAMP instalisation
Views:
730
Posted By
williebens
Re: LAMP instalisation
Hello:
Can you tell me what linux distro are u using?
Thanks.
--Willie
Forum:
Linux Servers and Apache
Jul 15th, 2008
Replies:
2
httpd.conf configuration
Views:
2,594
Posted By
williebens
Re: httpd.conf configuration
Hello there:
I am not really clear on what you want. So let me ask, do you want to run the web server on a linux host, 192.168.102.10, and then access the web page from another computer?
I am...
Forum:
Linux Servers and Apache
Jul 15th, 2008
Replies:
2
enquiring the status of a port
Views:
697
Posted By
williebens
Re: enquiring the status of a port
Use either or both of these commands to find out if a port is already taken by a service:
netstat -A inet -lnp
lsof -i tcp:the_port_you_are_inquiring_about
For example, if I wan to know if port...
Forum:
IT Professionals' Lounge
Jul 10th, 2008
Replies:
0
openvpn server routing issues
Views:
827
Posted By
williebens
openvpn server routing issues
:confused: Hello Community:
I am working on an openvpn server two connect to LANs. I am almost finished with this project. However, there is one part I am stuck with. I can ping and access the...
Forum:
*nix Hardware Configuration
Jun 17th, 2008
Replies:
1
routing using openvpn to a private network
Views:
1,247
Posted By
williebens
Re: routing using openvpn to a private network
Hello folks:
This is an update regarding this openvpn thread. Both networks, my local network, and the private network running behind the openvpn server are in the same subnet. This makes is...
Forum:
*nix Hardware Configuration
Jun 12th, 2008
Replies:
1
routing using openvpn to a private network
Views:
1,247
Posted By
williebens
routing using openvpn to a private network
Hello Team:
I am trying to access a private network. I have openvpn running on a Linux box, and I would like to access the LAN behind that box. I can establish and ping the vpn tunnel, but I cannot...
Forum:
IT Professionals' Lounge
Jun 2nd, 2008
Replies:
5
Installing tomcat via YAST but problems because of dependencies
Views:
1,126
Posted By
williebens
Re: Installing tomcat via YAST but problems because of dependencies
I meant tomcat 6. However, before you install tomcat 6, you need to install the java environment, namely from the sun.com website.
Forum:
IT Professionals' Lounge
May 27th, 2008
Replies:
5
Installing tomcat via YAST but problems because of dependencies
Views:
1,126
Posted By
williebens
Re: Installing tomcat via YAST but problems because of dependencies
Is it possible for you to try installing it from source? I did it on Centos 5.0.
I installed tomcat 6 from source. I first installed the JAVA environment. Then, tomcat.
If you are going to use...
Forum:
IT Professionals' Lounge
Feb 26th, 2008
Replies:
3
ssh: Permission denied, please try again.
Views:
1,591
Posted By
williebens
Re: ssh: Permission denied, please try again.
Hello techniner:
If you are not a genius, then who is it?
I am able to ssh to box2.
I became sudo first:
sudo su -
Password:
[root@box1 ~]#ssh root@IPbox2
Last login: Wed Jan 18 15:15:05 2008 from...
Forum:
IT Professionals' Lounge
Feb 26th, 2008
Replies:
3
ssh: Permission denied, please try again.
Views:
1,591
Posted By
williebens
Re: ssh: Permission denied, please try again.
Hello techniner:
Unfortunately, I cannot try it because I do not
have the root password for the server. Do you think that becoming sudo and then trying it would do it. Well, before you answer, let...
Forum:
IT Professionals' Lounge
Feb 26th, 2008
Replies:
3
ssh: Permission denied, please try again.
Views:
1,591
Posted By
williebens
ssh: Permission denied, please try again.
ssh: Permission denied, please try again. #1 14 Hours Ago
Hello guys:
I am trying to ssh from box1 to box2. The user is user1 and IPbox2 is the IP of box2 (not the real thing though, but you...
Forum:
IT Professionals' Lounge
Feb 25th, 2008
Replies:
0
ssh: Permission denied, please try again.
Views:
450
Posted By
williebens
ssh: Permission denied, please try again.
Hello guys:
I am trying to ssh from box1 to box2. The user is user1 and IPbox2 is the IP of box2 (not the real thing though, but you get the idea). This is the command I am using from the command...
Forum:
IT Professionals' Lounge
Feb 12th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello to you all:
Another thing I would like to add regarding the ftp server is the fact that it is possible that you do not want users to delete files they do not own. I went through this...
Forum:
IT Professionals' Lounge
Jan 30th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
This is the solution I got to get my ftp server running.
I was first running CentOS 4.x and it did not work. My server complained when I stopped it claiming that there was a file locked under the...
Forum:
IT Professionals' Lounge
Jan 17th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
When I click on pub, I get the following message:
Internet Explorer cannot display the webpage
Thanks.
--Willie
Forum:
IT Professionals' Lounge
Jan 17th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello there:
I would like to be able to see my ftp files on a browser. When I do ft.IP, all I see is:
-----------------------------------------
FTP root at ftp.192.x.x.x
To view this FTP site in...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Dima:
I just tried your suggetion, and it did work.
I really thank you.
I will look into using mysql for user authentication regarding the ftp server as you
indicated in your previous post...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
After creating the ftp user account, this is what I did:
I edited the /etc/shells file and added
/bin/true to it.
I then went to the /etc/passwd file and...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Dima:
I finally got it. FTP users can login to the ftp
server, but they cannot login to the linux box.
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Dima:
I have yahoo messanger.
This is my username: willielinux@yahoo.com[/email]
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
I am not sure I understand what you mean by
linux internal clients. Please excuse me for that
one. I have never worked on ftp servers before.
This is what I am using. I am using the SmartFTP
client...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Dima:
I really do not know what do you mean
by the client backend.
I am running the server from a linux (CentOS)
box. The client would upload/download via a
graphical ftp client like...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Yes, I can ftp from the proper ftp client.
However, another problem.
How can I create accounts for the ftp server,
I am using vsftpd, so that users can only login
to the ftp server via a client,...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Everyone:
Tonight is Tequila/Budweiser/Rum or whatever
medicine you bring to the table night. Dima, all others, I finally got that ftp server working.
I really appreciate all of your...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello again guys:
Another thing that I have found out is that according to the apache documentation,
you need to be running apache 2.3 in order to enable apache with ftp capabilities.
I am currently...
Forum:
IT Professionals' Lounge
Jan 16th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Dima and all others in the forum team:
I am still working on my ftp server setup.
Yes, I know it has been a few days, but I need
to get this working.
Now I have a question for anyone who can...
Forum:
IT Professionals' Lounge
Jan 11th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Anyone:
I have installed pure-ftpd on my centos linux
box. However, I am looking for the configuration
file to configure it. I think it does not have one.
Does it? Please let me know.
Also,...
Forum:
IT Professionals' Lounge
Jan 11th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Thanks Dima. I am going to check that out.
I will post whatever solution we can get out of this.
Thanks.
--Willie
Forum:
IT Professionals' Lounge
Jan 11th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Everyone:
I am still working on doing ftp uploads/downloads via a browser. As we all can see, Dima has been guiding me through parts of the process. If anyone else would love to join us,...
Forum:
IT Professionals' Lounge
Jan 10th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Ok Dima. This is the deal for now. I will keep working according to your instructions. I am heading home now because I have been working on this since Monday, and I am not
myself anymore. I am kind...
Forum:
IT Professionals' Lounge
Jan 10th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
I am looking for basic authentication.
Users would be allow to have read-only acces while
files are on the server. However, they would be able
to modify those files once they have downloaded them.
I...
Forum:
IT Professionals' Lounge
Jan 10th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
I want to get apache running as an ftp server. I am not sure, however, if I need an ftp daemon like proftpd running along with the apache ftp virtual directory. I want users to upload and download...
Forum:
IT Professionals' Lounge
Jan 10th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Ok. That is a good site. If you look at my first post, it is really about the same
thing I have configured in the apache virtual server.
Now, I think this is the way I should do things.
1)...
Forum:
IT Professionals' Lounge
Jan 10th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
OK. I will keep working on this until I get it sometime. Have you ever got this working
under apache? I mean, making apache an
ftp server as well as a web server?
Thanks.
--Willie
Forum:
IT Professionals' Lounge
Jan 10th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
Re: apache as an ftp server
Hello Dima Yasny:
I went to that site before, but I did not
find it useful. When you say to set up a
normal ftp server besides Apache, do
you mean I need to have an ftp server,
like proFTP running,...
Forum:
IT Professionals' Lounge
Jan 10th, 2008
Replies:
43
apache as an ftp server
Views:
4,872
Posted By
williebens
apache as an ftp server
Hello forum:
I am trying to make apache an ftp server. I think this is possible because apache has mod_ftp.
Below is a snippet of my httpd.conf file that has the configuration for a virtual host to...
Showing results 1 to 36 of 36
Forum Highlights
Today's Posts
All Forums
Unanswered Threads
All Forums
Forums
|
Blogs
|
Tutorials
|
Code Snippets
|
Whitepapers
|
RSS Feeds
|
Advertising
All times are GMT -4. The time now is
9:36 am
.
Newsletter Archive
-
Sitemap
-
Privacy Statement
-
Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC