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
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
75
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
77
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
154
Member Avatar for jtmcgee

Ok, so I have got the free service of DynDNS from DynDNS.com. Now at example.sample.com I have a website working just fine. Now how do I, in the "sites-enabled" area, that is include in the apache config, set up more subdomains? Right now in the sites-enabled file I have NameVirtualHost …

Member Avatar for williebens
0
229
Member Avatar for shwick

I'm going through the openvpn howto, section "Configuring client-specific rules and access policies", [url]http://openvpn.net/index.php/documentation/howto.html#policy[/url]. I understand how the network is segregated, different subnets for employees, sys admins and contractors. I don't understand how openvpn identifies a user as either an employee, sys admin or contractor. Is that what the next …

Member Avatar for williebens
0
112
Member Avatar for pdwivedi

hi, can any one please tell me, if I want to check that if any particular port on a remote workstation is open or closed on a LAN which command should I use ? If the ping command can be used please tell me its syntax. regards pdwivedi

Member Avatar for DimaYasny
0
128
Member Avatar for punithapary

Hi, Can any one tell me how to install LAMP server into LINUX.Is there any software for LAMP.If there tell me the link and if not there then tell me how to install LAMP into LINUX Pls help me...... thanks Punitha Pary

Member Avatar for DimaYasny
0
75
Member Avatar for hayunna

dear colleagues, i am using linux cetos 5 and not really an expert understanding some linux configurations. ph5, mysql5, apache2 have been installed yesterday and now i am about to do some testing for my websites. what i would just like to achieve is to do "Virtual HTTP Server" (port …

Member Avatar for williebens
0
192
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
184
Member Avatar for makesense

I wanted to install tomcat via YAST on a suse 10.2 system but the message says: Package dependencies. Tomcat5-5.0.30-60.noarch[20071213-135049] cannot be installed due to missing dependencies. There are no installable providers of javamail >=1.3 for tomcat 5-5.0.30-60.noarch[20071213-135049] What package(s) is needed first? Does anybody know? Thanks a lot.

Member Avatar for linux
0
177
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
468
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
65
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