No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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 … | |
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 . … | |
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 … | |
Re: Hello jtmcgee: Is it possible for you to post the solution to your problem? Thanks. --Willie | |
Re: 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 … | |
Re: 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 … | |
Re: Hello: Can you tell me what linux distro are u using? Thanks. --Willie | |
Re: 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 … | |
: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 … | |
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 … | |
Re: 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 … | |
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 … | |
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 … | |
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 … |
The End.