It turns out that I did not link /usr/local/httpd to the main httpd directory /opt/rh/httpd24/root/etc/httpd.
Once I linked it, and created file phpfpm.conf in the directory, I could see the php page.
This User Gave Thanks to anaigini45 For This Post:
Hi All,
I'm trying to print calendar using shell script and i'm able to print it. But the format is not good.
Here is the script.
#!/bin/bash
echo $(date)
echo "Hello $USER"
echo Hostname $(hostname)
echo Working in $(pwd)
echo Here is this month calender
echo $(cal)
$ sh first.sh... (7 Replies)
I have written the following bash function prArgv
Suppose the calling sequence is as follows
prArgv VAL1 VAL2 DESC VAL3 VAL4 v2d1 s4 p15
The call will look at the tag k1v2, add the numbers together, in this case 2+1=3
This means that the function will look at the first 3 user arguments... (1 Reply)
Hi Everyone,
Can someone possibly point me in the direction?
When I execute command echo "hello" | sendmail -v testacct@wyx.com
I recived an email as expected except the From: NAME is incorrect. The server name is correct. It should read "From: TESTBOX1 "
actual email:
From: app... (3 Replies)
Hello,
I start an adapter using the following command -
nohup ./start_embargoAdapter >/dev/null 2>&1 &
and when I do the following, I can see:
/export/home/xxxxx> ps -ef | grep embargo
xxxxx 28086 20761 0 23:23:29 pts/7 0:00 grep embargo
xxxxx 8866 1 0 Oct 06 ? 0:00... (2 Replies)
Hi folks,
I am facing one problem with v$sql, i need to store updating sql query in temp table when one trigger get fired on some update sql statement.
but with "sql_text" , i am not getting correct update statement in temp table.
I am getting sql_text with this cursor statement.
select... (0 Replies)
Hi all,
unable to load console info in SUNMC 4.0
in alarm it is giving error info i.e..Agent on host (.....),1161 port not responding.
Iam using M9000 server solaris 10
plz try to solve the problem
Regards
spandhan (0 Replies)
hi all,
unable to load console info in SUNMC 4.0
in alarm it is giving error info i.e..Agent on host (.....),1161 port not responding.
plz try to solve the problem
Regards
spandhan (5 Replies)
My shell script below for import data to Oracle
it run okay. but the text display not correct follow order command executed.
=========================Shell Script code=================
#!/bin/sh
#directory = ${1-'pwd'}
#run import data with SQLLoader
runSQLLoader()
{
... (2 Replies)
Can someone please point me in the correct direction of where I configure the network information on SunOS 5.8 server? (Searching SunSolve and Google have resulted in thousands of fixes for potential errors, but I can't find the general instructions, etc. for starting the process).
Thanks! (2 Replies)