[quote:a2d5aa25e8][i:a2d5aa25e8]Originally posted by dgbaker[/i:a2d5aa25e8]
3026 is the port for asp
ASP version 3.6.2L
build number 1047
Spice_packs don't seem to work
Active Server Pages error 'ASP 0126'
Include file not found
/spicepack_samples/mail/getmail.asp, line 2
The include file '/spicepack_samples/lib/funcs.asp' was not found.
But the caspsamples work
http://www.virtual-hosting.ca/caspsamp/default.asp
[/quote:a2d5aa25e8]
Hello, found the problem to Spicepack, DNS connection problems and the problem with being unable to run some of the samples.
I stressed over this for days and days. I emailed Chilisoft repeatedly about the problem only to be told to uninstall and re install Chilisoft. That was fruitless. That certainly did not fix the problem and my error logs were free of any install errors.
Found the problem in httpd.conf. I have noticed this problem on a number of Cpanel installations. For some unknown reason the following directive is not included in many of the Cpanel installations;
ServerName host.name.com
I could not beleive that Chilisoft relies of this directive to be in your httpd.conf or at least without it you will experience the above errors.
Open httpd.conf
Find the follow section:
#
# ServerName allows you to set a host name which is sent back to clients for
# your server if it's different than the one the program would get (i.e., use
# &www& instead of the host's real name).
#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don't understand
# this, ask your network administrator.
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address (e.g., http://123.45.67.89/)
# anyway, and this will make redirections work in a sensible way.
#
# 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your
# machine always knows itself by this address. If you use Apache strictly for
# local testing and development, you may use 127.0.0.1 as the server name.
#
Now make sure that after the last # you have this, so now your setup looks like this:
#
# ServerName allows you to set a host name which is sent back to clients for
# your server if it's different than the one the program would get (i.e., use
# &www& instead of the host's real name).
#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don't understand
# this, ask your network administrator.
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address (e.g., http://123.45.67.89/)
# anyway, and this will make redirections work in a sensible way.
#
# 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your
# machine always knows itself by this address. If you use Apache strictly for
# local testing and development, you may use 127.0.0.1 as the server name.
#
ServerName yourhost.name.com
Substitue yourhost.name.com with the name of your hostname. Its the same name that is returned when you type;
[email protected] [/etc/httpd/conf]# hostname
srv05.primenet.cc
at the root prompt.
Restart apache, test the Chilisoft samples, connection to DSN mysql databases, and spicepack samples should now all work.
For spicepack make sure that spicepack components are enabled before testing by logging into the admin console.
