Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for williebens

Hello All: I would like to know how I should go about rotating files that end with a date stamp. This is the configuration I have to rotate my Apache access files, but it is not working: /var/log/httpd/access_log.* { compress daily rotate 1 copytruncate missingok notifempty } The files are …

0
91
Member Avatar for williebens

Hello Forum: I am working on a load balancing project. The type of routing I am implementing is direct routing (LVS-DIR). The following is a script that sets up the Linux Virtual Server (LVS) or the load balancer: #!/bin/bash #description: manages load balancer #chkconfig: 35 20 80 #processname: lvsdr . …

0
79
Member Avatar for williebens

Hello Forum: I am trying to write a php script that will take as input a zip code and output the zip code with its respective city and state with the name of any companies/businesses in that zip code. Ok, I got this part working. The other part is that …

Member Avatar for kylegetson
0
161
Member Avatar for jtmcgee

Hello jtmcgee: Is it possible for you to post the solution to your problem? Thanks. --Willie

Member Avatar for williebens
0
239
Member Avatar for shwick

Hello shwick: There are two ways to authenticate users to a vpn server. One way is to do it by shared-static keys. This method is the less secure of the two, and some people do not recommend it for production. The second and more secure method is via certificates. You …

Member Avatar for williebens
0
115
Member Avatar for pdwivedi

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 8080 is already taken, I do: netstat -A inte -lnp I then search on the …

Member Avatar for DimaYasny
0
132
Member Avatar for punithapary

Hello: Can you tell me what linux distro are u using? Thanks. --Willie

Member Avatar for DimaYasny
0
80
Member Avatar for hayunna

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 assuming that both computers are on the same network since 192.168.102.10 …

Member Avatar for williebens
0
199
Member Avatar for williebens

: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 boxes behind the vpn server from my office network, but I cannot ping and …

0
59
Member Avatar for williebens

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 ping any of the boxes behind the openvpn. The network …

Member Avatar for williebens
0
188
Member Avatar for makesense

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 apache with it with apache as a front end server, then you need …

Member Avatar for linux
0
179
Member Avatar for williebens

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 get the idea). This is the command I am using from …

Member Avatar for williebens
0
470
Member Avatar for williebens

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 line: box1#ssh -l user1 IPbox2 user1@IPbox2's password: After …

0
67
Member Avatar for williebens

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 serve as an ftp server: . . . LoadModule ftpd_module modules/mod_ftpd.so LoadModule ftpd_default_module …

Member Avatar for williebens
0
2K

The End.