OTRS instance


 
Thread Tools Search this Thread
Operating Systems Linux OTRS instance
# 1  
Old 05-20-2005
CPU & Memory 404 page not found

hi frnd

im still having the problem i have checked all the things my i have given permission as
755 to the directory and subdir otrs2 ,also the pl files are in cgi-bin,and my apache configuration i have created virtual ip.The config is below

Listen 192.168.10.201:8080
ServerName 192.168.10.201

<VirtualHost 192.168.10.201:8080>

ServerName 192.168.10.201:8080
ServerAdmin root@localhost
DocumentRoot /opt/otrs2/var/httpd/htdocs/
# DirectoryIndex index.pl
Alias /otrs/ "/opt/otrs2/bin/cgi-bin/"

<IfModule mod_perl.c>
<Location /otrs>
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader On
</Location>
</IfModule>

</VirtualHost>

Also define in /etc/services

by httpd 8080/tcp
8080/udp

in the brwoser i m typing

http://192.168.10.201/otrs2/index.pl

404 not found. Its showing requested URL was not found

i also tried by giving http://192.168.10.201:8080/otrs2/index.pl

than it is displaying the scripting page of index.pl file.


please kindly help for the following.

Mit
# 2  
Old 05-20-2005
You use mod_perl to serve CGI? Yes it can, but I bet you may try to verify it can be served correctly with mod_cgi first.

You should use the 8080 port as you have configured it at the Web server this way.
# 3  
Old 05-23-2005
CPU & Memory 500 internal server error

hi frnds

i m getting an 500 internal server error on my otrs1 ,what is the cause for this error
is it because of apache ,mysql or the file is having a problem. i am getting this error when being a customer i.e from customer.pl i m trying to send a ticket to index.pl i.e the root@localhost. The error is as below.


" Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log. "
# 4  
Old 05-23-2005
Please post the corresponding error message in the Apache error log file.
# 5  
Old 05-23-2005
CPU & Memory apache error msg

[Mon May 23 14:50:57 2005] [error] 3344: ModPerl::Registry: Can't write /opt/otrs/var/log/TicketCounter.log: at /usr/lib/perl5/5.8.0/CGI/Carp.pm line 301.!
Can't read /opt/otrs/RELEASE: No such file or directoryCan't read /opt/otrs/RELEASE: No such file or directory

here is the above apache error message i m getting while sending mail to root@localhost by the client.
# 6  
Old 05-23-2005
So, what is your filesystem path?

/opt/otrs or /opt/otrs2 ?

And it complains it cannot find /opt/otrs/RELEASE
So is it there?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Linux

OTRS Development

Where I can find OTRS development company in Chicago? (1 Reply)
Discussion started by: vamshi1
1 Replies

2. Shell Programming and Scripting

Keep the last instance of the record

Hi All, I have a input file like 1| abc 1| abcd 1| abcde 2| abc 2| abcd 3| abcde I want the output like 1| abcde 2| abcde Any help would be highly appreciated. Thanks in advance. (9 Replies)
Discussion started by: lrkp
9 Replies

3. Shell Programming and Scripting

What does : do in this instance

Guys please see below functions to return a status depending on user input. Both seem to work the same. The second way has a : line which i can't understand or see in a ksh manual anywhere. Instead of doing the variable change if its empty on this line the first function simply does it on the... (7 Replies)
Discussion started by: lavascript
7 Replies

4. Shell Programming and Scripting

matching first instance of FS

Hi All, I have a property in a file as: property=value=a If I use FS="=" then I want only first = to be considered as field separator and remaining as value echo -e "property=value=a" | awk -F= '{print $2}' ie my $2 should be value=a Can anyone please help me with this. I need it in... (3 Replies)
Discussion started by: gurukottur
3 Replies

5. Shell Programming and Scripting

replace first instance(not first instance in line)

Alright, I think I know what I am doing with sed(which probably means I don't). But I cant figure out how to replace just the first occurance of a string. I have tried sed, ed, and grep but can't seem to figure it out. If you have any suggestions I am open to anything! (3 Replies)
Discussion started by: IronHorse7
3 Replies

6. Linux

OTRS installation problem

hi frnds I had currently installed OTRS through rpm for Enterprise Linux 3 but its showing the following problems. cmd : rpm -ivh otrs-1.2.4-1.1.el3.dag.noarch.rpm warning: otrs-1.2.4-1.1.el3.dag.noarch.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed... (0 Replies)
Discussion started by: naik_mit
0 Replies
Login or Register to Ask a Question