Tagged Questions

0
votes
0answers
45 views

Make ubuntu Server Accesible to the Internet [closed]

i just installed the latest version of ubuntu server, php, apache, shorewall and mysql. the problem is that i cant access the website from other computers. i read that to fix that i need to change …
0
votes
0answers
22 views

Installing Directory Services on Red Hat Enterprise Linux 5.4

Is there a free alternative for setting up directory services on RHEL 5.4 without purchasing their 5000$ package? Is there an option for setting up network file systems? I'm currently investigating …
0
votes
0answers
22 views

automatically backing up data onto another pc [closed]

Hi there I have a machine running ubuntu server that I have set up to Wake on LAN I also have a few pc running windows xp. What I want is to set it up so that every day or everytime i log in or out, …
0
votes
2answers
81 views

How can I save a process resource from proc_open in order to check the status later on?

I'm running a sh script that runs a java process through php on ubuntu server. I'm using proc_open for running the process. usually the Workflow goes like : request a page -> script runs (until …
1
vote
1answer
327 views

Page anchor with mod_rewrite?

I'm trying to set up page anchors on a website that uses mod_rewrite (Apache2 running on Ubuntu Server 9.04). My htaccess file looks like this: RewriteEngine On RewriteRule …